diff options
author | Will Hunt <will@half-shot.uk> | 2019-12-16 16:11:55 +0000 |
---|---|---|
committer | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-12-16 16:11:55 +0000 |
commit | bfb95654c97a8d3aa164eff96ecc13755c1c326d (patch) | |
tree | ed4b8ff50105d77770898e9e485eb3060996d598 /changelog.d | |
parent | Exclude rejected state events when calculating state at backwards extrems (#6... (diff) | |
download | synapse-bfb95654c97a8d3aa164eff96ecc13755c1c326d.tar.xz |
Add option to allow profile queries without sharing a room (#6523)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6523.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6523.feature b/changelog.d/6523.feature new file mode 100644 index 0000000000..798fa143df --- /dev/null +++ b/changelog.d/6523.feature @@ -0,0 +1 @@ +Add option `limit_profile_requests_to_users_who_share_rooms` to prevent requirement of a local user sharing a room with another user to query their profile information. |