mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01:00
Update all call sites after rename
This commit is contained in:
parent
f2f40e64a9
commit
567aa35b67
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ class EventsStore(SQLBaseStore):
|
|||
|
||||
# Update the event_backward_extremities table now that this
|
||||
# event isn't an outlier any more.
|
||||
self._update_extremeties(txn, [event])
|
||||
self._update_backward_extremeties(txn, [event])
|
||||
|
||||
events_and_contexts = [
|
||||
ec for ec in events_and_contexts if ec[0] not in to_remove
|
||||
|
|
Loading…
Reference in a new issue