Missing return for when the event was already persisted

pull/139/head
Mark Haines 2015-05-05 15:39:09 +01:00
parent a9aea68fd5
commit d0fece8d3c
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class EventsStore(SQLBaseStore):
sql,
(False, event.event_id,)
)
return
return invalidates
self._handle_prev_events(
txn,