Missing return for when the event was already persisted

This commit is contained in:
Mark Haines 2015-05-05 15:39:09 +01:00
parent a9aea68fd5
commit d0fece8d3c

View File

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