summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-29 11:01:32 +0000
committerGitHub <noreply@github.com>2020-01-29 11:01:32 +0000
commit611215a49cedf8d5f63c53168173763731d02260 (patch)
tree8c0ad8ba10fb7fcb3e8f73aca662f5adf190fba5 /changelog.d
parentFix bug when querying remote user keys that require a resync. (#6796) (diff)
downloadsynapse-611215a49cedf8d5f63c53168173763731d02260.tar.xz
Delete current state when server leaves a room (#6792)
Otherwise its just stale data, which may get deleted later anyway so
can't be relied on. It's also a bit of a shotgun if we're trying to get
the current state of a room we're not in.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6792.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6792.misc b/changelog.d/6792.misc
new file mode 100644
index 0000000000..fa31d509b3
--- /dev/null
+++ b/changelog.d/6792.misc
@@ -0,0 +1 @@
+Delete current state from the database when server leaves a room.