0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 01:28:32 +02:00
synapse/tests/app
Richard van der Hoff 03619324fc
Create a ListenerConfig object (#7681)
This ended up being a bit more invasive than I'd hoped for (not helped by
generic_worker duplicating some of the code from homeserver), but hopefully
it's an improvement.

The idea is that, rather than storing unstructured `dict`s in the config for
the listener configurations, we instead parse it into a structured
`ListenerConfig` object.
2020-06-16 12:44:07 +01:00
..
__init__.py Integrate presence from hotfixes (#3694) 2018-08-18 01:08:45 +10:00
test_frontend_proxy.py Create a ListenerConfig object (#7681) 2020-06-16 12:44:07 +01:00
test_openid_listener.py Create a ListenerConfig object (#7681) 2020-06-16 12:44:07 +01:00