summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-06-07 10:50:32 +0100
committerGitHub <noreply@github.com>2023-06-07 10:50:32 +0100
commita701c089fa2a345243985a765506a52b50e50963 (patch)
tree6add82a98f13d83ff0123aea32e166a30aabd9c3 /changelog.d
parentFixup changelog (diff)
downloadsynapse-a701c089fa2a345243985a765506a52b50e50963.tar.xz
Fix schema delta error in 1.85 (#15738)
There appears to be a race where you can end up with entries in
`event_push_summary` with both a `NULL` and `main` thread ID.

Fixes #15736

Introduced in #15597
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15738.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15738.bugfix b/changelog.d/15738.bugfix
new file mode 100644
index 0000000000..7129ab0782
--- /dev/null
+++ b/changelog.d/15738.bugfix
@@ -0,0 +1 @@
+Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0.