mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:26:09 -04:00
Add explanatory comment
This commit is contained in:
parent
7406477525
commit
104844c1e1
2 changed files with 4 additions and 1 deletions
|
@ -1144,6 +1144,8 @@ class SyncHandler(object):
|
|||
)
|
||||
|
||||
tracked_users = set(users_who_share_room)
|
||||
|
||||
# Always tell the user about their own devices
|
||||
tracked_users.add(user_id)
|
||||
|
||||
# Step 1a, check for changes in devices of users we share a room with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue