diff options
author | David Robertson <davidr@element.io> | 2021-10-07 13:26:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 13:26:11 +0100 |
commit | e0bf34dada709776ae00843e47cd811d1cd195c6 (patch) | |
tree | 535e5a3b043e0ee59c81690b94459d2b9ad27f93 /changelog.d | |
parent | Improve the logging in _auth_and_persist_outliers (#11010) (diff) | |
download | synapse-e0bf34dada709776ae00843e47cd811d1cd195c6.tar.xz |
Don't alter directory entries for local users when setting a per-room nickname (#11002)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11002.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11002.bugfix b/changelog.d/11002.bugfix new file mode 100644 index 0000000000..cf894a6314 --- /dev/null +++ b/changelog.d/11002.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where local users' per-room nicknames/avatars were visible to anyone who could see you in the user_directory. |