diff options
author | Eric Eastwood <erice@element.io> | 2022-08-24 11:14:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 11:14:28 -0500 |
commit | c807b814ae78b6adb5db6485a3ba7de79e36c826 (patch) | |
tree | 17bab9216586739d1f4b830984ab74e73d9d302e /changelog.d | |
parent | First draft of triage_labelled action (#13612) (diff) | |
download | synapse-c807b814ae78b6adb5db6485a3ba7de79e36c826.tar.xz |
Use dedicated `get_local_users_in_room` to find local users when calculating `join_authorised_via_users_server` of a `/make_join` request (#13606)
Use dedicated `get_local_users_in_room` to find local users when calculating `join_authorised_via_users_server` ("the authorising user for joining a restricted room") of a `/make_join` request. Found while working on https://github.com/matrix-org/synapse/pull/13575#discussion_r953023755 but it's not related.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13606.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13606.misc b/changelog.d/13606.misc new file mode 100644 index 0000000000..58a4467798 --- /dev/null +++ b/changelog.d/13606.misc @@ -0,0 +1 @@ +Use dedicated `get_local_users_in_room(room_id)` function to find local users when calculating `join_authorised_via_users_server` of a `/make_join` request. |