diff options
author | David Robertson <davidr@element.io> | 2021-10-08 12:52:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 12:52:48 +0100 |
commit | 670a8d9a1e18159917ca1b4f8e5af48a0b258f5e (patch) | |
tree | 1b70c1d3e628e508413e85db62fef490bf0fea61 /changelog.d | |
parent | Remove the deprecated BaseHandler. (#11005) (diff) | |
download | synapse-670a8d9a1e18159917ca1b4f8e5af48a0b258f5e.tar.xz |
Fix overwriting profile when making room public (#11003)
This splits apart `handle_new_user` into a function which adds an entry to the `user_directory` and a function which updates the room sharing tables. I plan to continue doing more of this kind of refactoring to clarify the implementation.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11003.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11003.bugfix b/changelog.d/11003.bugfix new file mode 100644 index 0000000000..0786f1b886 --- /dev/null +++ b/changelog.d/11003.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where a user's per-room nickname/avatar would overwrite their profile in the user directory when a room was made public. \ No newline at end of file |