diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-24 10:41:45 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-24 11:11:24 +0100 |
commit | 7e07d25ed64e6af403dd508a2b5226e8d18fc1ac (patch) | |
tree | 0d62393e2f7ede6ea79fcedf793fbc20de39e3d8 /changelog.d | |
parent | Merge pull request #4075 from matrix-org/rav/fix_pusher_logcontexts (diff) | |
download | synapse-7e07d25ed64e6af403dd508a2b5226e8d18fc1ac.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4083.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4083.bugfix b/changelog.d/4083.bugfix new file mode 100644 index 0000000000..b3b08cdfa6 --- /dev/null +++ b/changelog.d/4083.bugfix @@ -0,0 +1 @@ +Fix bug which prevented backslashes being used in event field filters \ No newline at end of file |