diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-11 16:13:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 15:13:32 +0000 |
commit | 02086e1da0e3fa3d5002bf2eb7560c043ad47187 (patch) | |
tree | 9e9e676f286a4b1142b344f9b6efaf42034909c3 /changelog.d/14138.bugfix | |
parent | Fallback if 'approved' isn't included in a registration replication request (... (diff) | |
download | synapse-02086e1da0e3fa3d5002bf2eb7560c043ad47187.tar.xz |
Fix rotating existing notifications in push summary (#14138)
Broke by #14045. Fixes #14120. Introduced in v1.69.0rc2.
Diffstat (limited to 'changelog.d/14138.bugfix')
-rw-r--r-- | changelog.d/14138.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14138.bugfix b/changelog.d/14138.bugfix new file mode 100644 index 0000000000..e2a2f3509e --- /dev/null +++ b/changelog.d/14138.bugfix @@ -0,0 +1 @@ +Fix error in background update when rotating existing notifications. Introduced in v1.69.0rc2. |