mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
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
Block a user