forked-synapse/synapse/api
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 copyrights 2016-01-07 04:26:29 +00:00
auth.py Factor out an "assert_requester_is_admin" function (#5120) 2019-05-02 10:45:52 +01:00
constants.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
errors.py Fix error handling for rooms whose versions are unknown. (#5219) 2019-05-21 13:47:25 +01:00
filtering.py Update synapse/api/filtering.py 2019-01-24 17:21:35 +00:00
ratelimiting.py Add ratelimiting on login (#4821) 2019-03-15 17:46:16 +00:00
room_versions.py Add config option for setting homeserver's default room version (#5223) 2019-05-23 15:00:20 +01:00
urls.py Drop support for v2_alpha API prefix (#5190) 2019-05-15 17:37:46 +01:00