Skip to content

Commit 29c1ae4

Browse files
committed
Point to docstring for case-by-case
1 parent f56bdf9 commit 29c1ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapse/storage/databases/main/thread_subscriptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def _subscribe_user_to_thread_txn(
253253
# is good enough (either we already have a manual subscription,
254254
# or we requested an automatic subscription)
255255
# In that case, nothing to change here.
256+
# (See docstring for case-by-case explanation)
256257
return None
257258

258259
if not subscribed and requested_automatic:

0 commit comments

Comments
 (0)