Missing return for when the event was already persisted
This commit is contained in:
parent
a9aea68fd5
commit
d0fece8d3c
|
@ -202,7 +202,7 @@ class EventsStore(SQLBaseStore):
|
||||||
sql,
|
sql,
|
||||||
(False, event.event_id,)
|
(False, event.event_id,)
|
||||||
)
|
)
|
||||||
return
|
return invalidates
|
||||||
|
|
||||||
self._handle_prev_events(
|
self._handle_prev_events(
|
||||||
txn,
|
txn,
|
||||||
|
|
Loading…
Reference in New Issue