Update synapse/storage/events_bg_updates.py
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>release-v0.99.5
parent
7386c35f58
commit
06eb408da5
|
@ -255,7 +255,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
|
||||||
soft_failed_events_to_lookup = set()
|
soft_failed_events_to_lookup = set()
|
||||||
|
|
||||||
# First, we get `batch_size` events from the table, pulling out
|
# 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.
|
# rejection status.
|
||||||
txn.execute(
|
txn.execute(
|
||||||
"""SELECT prev_event_id, event_id, internal_metadata,
|
"""SELECT prev_event_id, event_id, internal_metadata,
|
||||||
|
|
Loading…
Reference in New Issue