summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-16 16:59:32 +0000
committerGitHub <noreply@github.com>2019-12-16 16:59:32 +0000
commit3fbe5b7ec3abd2864d8a64893fa494e9651c430a (patch)
tree7763e8035571dbdb7be56085d674a7c411388bac /changelog.d
parentAdd option to allow profile queries without sharing a room (#6523) (diff)
downloadsynapse-3fbe5b7ec3abd2864d8a64893fa494e9651c430a.tar.xz
Add auth events as per spec. (#6556)
Previously we tried to be clever and filter out some unnecessary event
IDs to keep the auth chain small, but that had some annoying
interactions with state res v2 so we stop doing that for now.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6556.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6556.bugfix b/changelog.d/6556.bugfix
new file mode 100644
index 0000000000..e75639f5b4
--- /dev/null
+++ b/changelog.d/6556.bugfix
@@ -0,0 +1 @@
+Fix a cause of state resets in room versions 2 onwards.