Skip to content
Snippets Groups Projects
Commit 06eb408d authored by Erik Johnston's avatar Erik Johnston Committed by Erik Johnston
Browse files

Update synapse/storage/events_bg_updates.py

parent 7386c35f
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
soft_failed_events_to_lookup = set()
# First, we get `batch_size` events from the table, pulling out
# their successor events, if any, and their successor events
# their successor events, if any, and the successor events'
# rejection status.
txn.execute(
"""SELECT prev_event_id, event_id, internal_metadata,
......
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