diff options
author | Erik Johnston <erikj@element.io> | 2024-05-16 15:04:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 15:04:14 +0100 |
commit | 5e892671a74251109bf9cf4a78bebed9d8085979 (patch) | |
tree | 4ca66bf70f476f18fccf3c9cdd80a009977e0976 /changelog.d | |
parent | Refactor Sync handler to be able to return different sync responses (`SyncVer... (diff) | |
download | synapse-5e892671a74251109bf9cf4a78bebed9d8085979.tar.xz |
Fix bug where push rules would be empty in `/sync` (#17142)
Fixes #16987 Some old accounts seem to have an entry in global account data table for push rules, which we should ignore
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17142.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17142.bugfix b/changelog.d/17142.bugfix new file mode 100644 index 0000000000..09b617aed1 --- /dev/null +++ b/changelog.d/17142.bugfix @@ -0,0 +1 @@ +Fix bug where push rules would be empty in `/sync` for some accounts. Introduced in v1.93.0. |