summary refs log tree commit diff
path: root/changelog.d/6572.bugfix
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2020-02-21 18:44:03 +0100
committerGitHub <noreply@github.com>2020-02-21 17:44:03 +0000
commit7b0e2d961ce9b70ed2d41f27f624ab752af26400 (patch)
tree70867ed7325074eac0a643f2afc47da3abb26ebe /changelog.d/6572.bugfix
parentStop returning aliases as part of the room list. (#6970) (diff)
downloadsynapse-7b0e2d961ce9b70ed2d41f27f624ab752af26400.tar.xz
Change displayname of user as admin in rooms (#6876)
Diffstat (limited to 'changelog.d/6572.bugfix')
-rw-r--r--changelog.d/6572.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6572.bugfix b/changelog.d/6572.bugfix
new file mode 100644
index 0000000000..4f708f409f
--- /dev/null
+++ b/changelog.d/6572.bugfix
@@ -0,0 +1 @@
+When a user's profile is updated via the admin API, also generate a displayname/avatar update for that user in each room.