0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 18:48:31 +02:00
synapse/tests/api
Patrick Cloke c5d1e6d414
Properly parse event_fields in filters (#15607)
The event_fields property in filters should use the proper
escape rules, namely backslashes can be escaped with
an additional backslash.

This adds tests (adapted from matrix-js-sdk) and implements
the logic to properly split the event_fields strings.
2023-05-22 11:31:22 -04:00
..
__init__.py Test ratelimiter 2014-09-02 15:16:26 +01:00
test_auth.py Properly typecheck tests.api (#14983) 2023-02-03 20:03:23 +00:00
test_filtering.py Properly parse event_fields in filters (#15607) 2023-05-22 11:31:22 -04:00
test_ratelimiting.py Properly typecheck tests.api (#14983) 2023-02-03 20:03:23 +00:00