MatrixSynapse/synapse/api
Richard van der Hoff 7e07d25ed6 Allow backslashes in event field filters
Fixes a bug introduced in https://github.com/matrix-org/synapse/pull/1783 which
meant that single backslashes were not allowed in event field filters.

The intention here is to allow single-backslashes, but disallow
double-backslashes.
2018-10-24 11:11:24 +01:00
..
__init__.py
auth.py
constants.py
errors.py
filtering.py Allow backslashes in event field filters 2018-10-24 11:11:24 +01:00
ratelimiting.py
urls.py