Skip to content
Snippets Groups Projects
Commit 30c72d37 authored by Erik Johnston's avatar Erik Johnston
Browse files

Newlines

parent e4eddf9b
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,6 @@ class EventFederationStore(SQLBaseStore):
for e_id, _ in prev_events
])
# Also delete from the backwards extremities table all ones that
# reference events that we have already seen
query = (
......@@ -352,7 +351,6 @@ class EventFederationStore(SQLBaseStore):
)
txn.executemany(query, [(e_id, room_id) for e_id, _ in prev_events])
txn.call_after(
self.get_latest_event_ids_in_room.invalidate, room_id
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment