0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-26 04:59:10 +02:00
synapse/tests/rest/client/v2_alpha
Andrew Morgan 6368150a74
Add config option for setting homeserver's default room version (#5223)
Replaces DEFAULT_ROOM_VERSION constant with a method that first checks the config, then returns a hardcoded value if the option is not present.

That hardcoded value is now located in the server.py config file.
2019-05-23 15:00:20 +01:00
..
__init__.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_auth.py Merge pull request #5174 from matrix-org/dbkr/add_dummy_flow_to_recaptcha_only 2019-05-16 17:27:39 +01:00
test_capabilities.py Add config option for setting homeserver's default room version (#5223) 2019-05-23 15:00:20 +01:00
test_filter.py Remove some boilerplate in tests (#4156) 2018-11-07 03:00:00 +11:00
test_register.py Add startup background job for account validity 2019-05-17 19:37:31 +01:00
test_relations.py Block attempts to annotate the same event twice 2019-05-20 17:39:05 +01:00
test_sync.py Add admin api for sending server_notices (#5121) 2019-05-02 11:59:16 +01:00