mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
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.
1 line
No EOL
144 B
Text
1 line
No EOL
144 B
Text
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. |