diff options
author | Eric Eastwood <erice@element.io> | 2022-09-30 14:40:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 14:40:18 -0500 |
commit | ad4c14e4b0c44d6a8ee42e760d7e1fe1755559a2 (patch) | |
tree | 69736b031932176a8ddca83b93e25afc2873e0fc /changelog.d | |
parent | Skip filtering during push if there are no push actions (#13992) (diff) | |
download | synapse-ad4c14e4b0c44d6a8ee42e760d7e1fe1755559a2.tar.xz |
Clarifications in user directory for users who share rooms tracking (#13966)
Spawned while working on [`get_users_in_room` mis-uses](https://github.com/matrix-org/synapse/pull/13958#discussion_r984074897) and thinking we could use `get_local_users_in_room` here but we can't. From first glance, it seemed like this was only using local users from all of the `is_mine_id(user_id)` checks but I see that it does actually use remote users. Just making things a little more clear here what it does and mentions remote users so maybe that will be more obvious in the future.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13966.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13966.misc b/changelog.d/13966.misc new file mode 100644 index 0000000000..b54ad5c776 --- /dev/null +++ b/changelog.d/13966.misc @@ -0,0 +1 @@ +Refactor language in user directory `_track_user_joined_room` code to make it more clear that we use both local and remote users. |