mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Update all call sites after rename
This commit is contained in:
parent
f2f40e64a9
commit
567aa35b67
@ -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 New Issue
Block a user