We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3888f commit 97120bcCopy full SHA for 97120bc
synapse/storage/databases/main/thread_subscriptions.py
@@ -120,7 +120,8 @@ def _should_skip_autosubscription_after_unsubscription(
120
should be skipped, because the unsubscription already 'acknowledges' the event
121
causing the automatic subscription (the cause event).
122
123
- To determine *after*, we use `stream_ordering` unless the event is backfilled (negative `stream_ordering`) and fallback to topological ordering.
+ To determine *after*, we use `stream_ordering` unless the event is backfilled
124
+ (negative `stream_ordering`) and fallback to topological ordering.
125
126
Args:
127
autosub: the stream_ordering and topological_ordering of the cause event
0 commit comments