mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-06 20:07:56 -05:00
Newlines
This commit is contained in:
parent
e4eddf9b36
commit
30c72d377e
@ -343,7 +343,6 @@ class EventFederationStore(SQLBaseStore):
|
|||||||
for e_id, _ in prev_events
|
for e_id, _ in prev_events
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
# Also delete from the backwards extremities table all ones that
|
# Also delete from the backwards extremities table all ones that
|
||||||
# reference events that we have already seen
|
# reference events that we have already seen
|
||||||
query = (
|
query = (
|
||||||
@ -352,7 +351,6 @@ class EventFederationStore(SQLBaseStore):
|
|||||||
)
|
)
|
||||||
txn.executemany(query, [(e_id, room_id) for e_id, _ in prev_events])
|
txn.executemany(query, [(e_id, room_id) for e_id, _ in prev_events])
|
||||||
|
|
||||||
|
|
||||||
txn.call_after(
|
txn.call_after(
|
||||||
self.get_latest_event_ids_in_room.invalidate, room_id
|
self.get_latest_event_ids_in_room.invalidate, room_id
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user