0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00
synapse/tests/api
Sean Quah e980982b59
Do not reject /sync requests with unrecognised filter fields (#14369)
For forward compatibility, Synapse needs to ignore fields it does not
recognise instead of raising an error.

Fixes #14365.

Signed-off-by: Sean Quah <seanq@matrix.org>
2022-11-07 13:49:31 +00:00
..
__init__.py Test ratelimiter 2014-09-02 15:16:26 +01:00
test_auth.py synapse.api.auth.Auth cleanup: make permission-related methods use Requester instead of the UserID (#13024) 2022-08-22 14:17:59 +01:00
test_filtering.py Do not reject /sync requests with unrecognised filter fields (#14369) 2022-11-07 13:49:31 +00:00
test_ratelimiting.py Allow rate limiters to passively record actions they cannot limit (#13253) 2022-07-13 19:09:42 +00:00