summary refs log tree commit diff
path: root/changelog.d/6924.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-02-17 11:30:50 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-17 16:19:32 +0000
commitd2455ec3aafe2b06174e0343799b30e12d08171d (patch)
tree38e5308b04fe667c32faaa683e8664f73ea8a6ee /changelog.d/6924.bugfix
parentMove the warning at the top of the release changes (diff)
downloadsynapse-d2455ec3aafe2b06174e0343799b30e12d08171d.tar.xz
wait for current_state_events_membership before delete_old_current_state_events (#6924)
Diffstat (limited to 'changelog.d/6924.bugfix')
-rw-r--r--changelog.d/6924.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6924.bugfix b/changelog.d/6924.bugfix
new file mode 100644
index 0000000000..33e6611929
--- /dev/null
+++ b/changelog.d/6924.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.10.0 which would cause room state to be cleared in the database if Synapse was upgraded direct from 1.2.1 or earlier to 1.10.0.