MatrixSynapse/synapse/api
Richard van der Hoff 04d53794d6
Fix error handling for rooms whose versions are unknown. (#5219)
If we remove support for a particular room version, we should behave more
gracefully. This should make client requests fail with a 400 rather than a 500,
and will ignore individiual PDUs in a federation transaction, rather than the
whole transaction.
2019-05-21 13:47:25 +01:00
..
__init__.py
auth.py
constants.py
errors.py Fix error handling for rooms whose versions are unknown. (#5219) 2019-05-21 13:47:25 +01:00
filtering.py
ratelimiting.py
room_versions.py Add a test room version which updates event ID format (#5210) 2019-05-20 15:54:42 +01:00
urls.py