Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6b2384d

Browse files
committed
Fix typo.
1 parent ef37de2 commit 6b2384d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

synapse/storage/databases/main/event_push_actions.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -472,11 +472,11 @@ def _get_thread(thread_id: str) -> NotifCounts:
472472
# updated the counts in `event_push_summary` to reflect that; in that case we
473473
# simply ignore `event_push_summary` counts.
474474
#
475-
# We then do a manual count of all of the rows in the `event_push_actions` table
475+
# We then do a manual count of all the rows in the `event_push_actions` table
476476
# for any user/room/thread which did not have a valid summary found.
477477
#
478-
# If `last_receipt_stream_ordering` is null then that means it's up to
479-
# date (as the row was written by an older version of Synapse that
478+
# If `last_receipt_stream_ordering` is null then that means it's up-to-date
479+
# (as the row was written by an older version of Synapse that
480480
# updated `event_push_summary` synchronously when persisting a new read
481481
# receipt).
482482
txn.execute(

0 commit comments

Comments
 (0)