Skip to content

Commit 97120bc

Browse files
committed
linewrp
1 parent cc3888f commit 97120bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synapse/storage/databases/main/thread_subscriptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ def _should_skip_autosubscription_after_unsubscription(
120120
should be skipped, because the unsubscription already 'acknowledges' the event
121121
causing the automatic subscription (the cause event).
122122
123-
To determine *after*, we use `stream_ordering` unless the event is backfilled (negative `stream_ordering`) and fallback to topological ordering.
123+
To determine *after*, we use `stream_ordering` unless the event is backfilled
124+
(negative `stream_ordering`) and fallback to topological ordering.
124125
125126
Args:
126127
autosub: the stream_ordering and topological_ordering of the cause event

0 commit comments

Comments
 (0)