diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-02-21 18:44:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 17:44:03 +0000 |
commit | 7b0e2d961ce9b70ed2d41f27f624ab752af26400 (patch) | |
tree | 70867ed7325074eac0a643f2afc47da3abb26ebe /changelog.d | |
parent | Stop returning aliases as part of the room list. (#6970) (diff) | |
download | synapse-7b0e2d961ce9b70ed2d41f27f624ab752af26400.tar.xz |
Change displayname of user as admin in rooms (#6876)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6572.bugfix | 1 |
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. |