Only resign our own events
parent
f91df1f761
commit
11fdfaf03b
|
@ -1093,6 +1093,7 @@ class FederationHandler(BaseHandler):
|
|||
)
|
||||
|
||||
if event:
|
||||
if self.hs.is_mine_id(event.event_id):
|
||||
# FIXME: This is a temporary work around where we occasionally
|
||||
# return events slightly differently than when they were
|
||||
# originally signed
|
||||
|
|
Loading…
Reference in New Issue