diff options
author | Erik Johnston <erikj@jki.re> | 2019-05-30 14:06:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 14:06:42 +0100 |
commit | cb967e2346096d7e647c757e3b57093549746f14 (patch) | |
tree | 639105f5e7521fae3149ae4c3a0cad54ced7be38 /synapse/storage | |
parent | Rename constant (diff) | |
download | synapse-cb967e2346096d7e647c757e3b57093549746f14.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/storage')
-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, |