diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-11-07 13:49:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 13:49:31 +0000 |
commit | e980982b59dea38ec10a5c58993d09e02f845d28 (patch) | |
tree | 8b6d68836ceca62fe6903f335a5340d7b89382b9 /changelog.d | |
parent | Bump types-jsonschema from 4.4.6 to 4.17.0.0 (#14386) (diff) | |
download | synapse-e980982b59dea38ec10a5c58993d09e02f845d28.tar.xz |
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>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14369.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14369.bugfix b/changelog.d/14369.bugfix new file mode 100644 index 0000000000..e6709f4eec --- /dev/null +++ b/changelog.d/14369.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would raise an error when encountering an unrecognised field in a `/sync` filter, instead of ignoring it for forward compatibility. |