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