MatrixSynapse/synapse/app
Richard van der Hoff 8039685051
Allow additional_resources to implement Resource directly (#6686)
AdditionalResource really doesn't add any value, and it gets in the way for
resources which want to support child resources or the like. So, if the
resource object already implements the IResource interface, don't bother
wrapping it.
2020-01-13 12:42:44 +00:00
..
__init__.py
_base.py
admin_cmd.py
appservice.py
client_reader.py
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
homeserver.py Allow additional_resources to implement Resource directly (#6686) 2020-01-13 12:42:44 +00:00
media_repository.py Import RoomStore in media worker to fix admin APIs 2020-01-08 13:26:20 +00:00
pusher.py
synchrotron.py Fix exceptions in log when rejected event is replicated 2020-01-06 17:16:28 +00:00
user_dir.py