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 eb0f204 commit aed6d75Copy full SHA for aed6d75
synapse/storage/databases/main/thread_subscriptions.py
@@ -250,6 +250,7 @@ def _subscribe_user_to_thread_txn(
250
# is good enough (either we already have a manual subscription,
251
# or we requested an automatic subscription)
252
# In that case, nothing to change here.
253
+ # (See docstring for case-by-case explanation)
254
return None
255
256
if not subscribed and requested_automatic:
0 commit comments