summary refs log tree commit diff
path: root/changelog.d/14138.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-11 16:13:32 +0100
committerGitHub <noreply@github.com>2022-10-11 15:13:32 +0000
commit02086e1da0e3fa3d5002bf2eb7560c043ad47187 (patch)
tree9e9e676f286a4b1142b344f9b6efaf42034909c3 /changelog.d/14138.bugfix
parentFallback if 'approved' isn't included in a registration replication request (... (diff)
downloadsynapse-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.bugfix1
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.