mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 01:15:56 -05: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.