Only resign our own events

pull/998/head
Erik Johnston 2016-08-10 11:55:15 +01:00
parent f91df1f761
commit 11fdfaf03b
1 changed files with 10 additions and 9 deletions

View File

@ -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