diff options
author | Erik Johnston <erik@matrix.org> | 2020-01-29 11:01:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 11:01:32 +0000 |
commit | 611215a49cedf8d5f63c53168173763731d02260 (patch) | |
tree | 8c0ad8ba10fb7fcb3e8f73aca662f5adf190fba5 /changelog.d | |
parent | Fix bug when querying remote user keys that require a resync. (#6796) (diff) | |
download | synapse-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.misc | 1 |
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. |