Skip to content

Commit aed6d75

Browse files
committed
Point to docstring for case-by-case
1 parent eb0f204 commit aed6d75

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
@@ -250,6 +250,7 @@ def _subscribe_user_to_thread_txn(
250250
# is good enough (either we already have a manual subscription,
251251
# or we requested an automatic subscription)
252252
# In that case, nothing to change here.
253+
# (See docstring for case-by-case explanation)
253254
return None
254255

255256
if not subscribed and requested_automatic:

0 commit comments

Comments
 (0)