mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
670a8d9a1e
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
144 B
Plaintext
1 line
144 B
Plaintext
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. |