diff options
author | Erik Johnston <erikj@jki.re> | 2019-05-30 14:06:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-05-30 16:15:37 +0100 |
commit | 06eb408da5c4ab52a3072dc6d76fe5ac3b9b1e83 (patch) | |
tree | d907c3f22854528139ffb5ca5a74e2c7533ae173 /synapse | |
parent | Rename constant (diff) | |
download | synapse-06eb408da5c4ab52a3072dc6d76fe5ac3b9b1e83.tar.xz |
Update synapse/storage/events_bg_updates.py
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/events_bg_updates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/events_bg_updates.py b/synapse/storage/events_bg_updates.py index 22aac1393d..75c1935bf3 100644 --- a/synapse/storage/events_bg_updates.py +++ b/synapse/storage/events_bg_updates.py @@ -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, |