synapse/synapse
David Robertson 670a8d9a1e
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.
2021-10-08 12:52:48 +01:00
..
_scripts
api Remove the deprecated BaseHandler. (#11005) 2021-10-08 07:44:43 -04:00
app
appservice
config
crypto
events
federation
groups
handlers Fix overwriting profile when making room public (#11003) 2021-10-08 12:52:48 +01:00
http Catch AttributeErrors when calling registerProducer (#10995) 2021-10-07 10:37:10 +00:00
logging Include exception in json logging (#11028) 2021-10-08 13:08:25 +02:00
metrics
module_api
push
replication
res
rest
server_notices disallow-untyped-defs for synapse.server_notices (#11021) 2021-10-07 19:55:15 +01:00
spam_checker_api
state disallow-untyped-defs for synapse.state (#11004) 2021-10-06 17:55:25 +00:00
static
storage
streams
util Fix long-standing bug where ReadWriteLock could drop logging contexts (#10993) 2021-10-08 12:27:16 +01:00
__init__.py
event_auth.py
notifier.py
python_dependencies.py
server.py Remove the deprecated BaseHandler. (#11005) 2021-10-08 07:44:43 -04:00
types.py
visibility.py