diff options
author | Erik Johnston <erik@matrix.org> | 2022-11-16 18:22:04 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-11-16 18:22:04 +0000 |
commit | a84744fba0b123eef31a179648177e9d4aacc693 (patch) | |
tree | dde00e4edd332b955a4cf7b0bbb264720093d677 /changelog.d/14369.bugfix | |
parent | Fix an invalid comparison of `UserPresenceState` to `str` (#14393) (diff) | |
parent | Update changelog (diff) | |
download | synapse-a84744fba0b123eef31a179648177e9d4aacc693.tar.xz |
Merge branch 'release-v1.72' into develop
Diffstat (limited to 'changelog.d/14369.bugfix')
-rw-r--r-- | changelog.d/14369.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/14369.bugfix b/changelog.d/14369.bugfix deleted file mode 100644 index e6709f4eec..0000000000 --- a/changelog.d/14369.bugfix +++ /dev/null @@ -1 +0,0 @@ -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. |