mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-07 03:47:55 -05:00
Only resign our own events
This commit is contained in:
parent
f91df1f761
commit
11fdfaf03b
@ -1093,6 +1093,7 @@ class FederationHandler(BaseHandler):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if event:
|
if event:
|
||||||
|
if self.hs.is_mine_id(event.event_id):
|
||||||
# FIXME: This is a temporary work around where we occasionally
|
# FIXME: This is a temporary work around where we occasionally
|
||||||
# return events slightly differently than when they were
|
# return events slightly differently than when they were
|
||||||
# originally signed
|
# originally signed
|
||||||
|
Loading…
Reference in New Issue
Block a user