summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-12-16 12:26:28 +0000
committerRichard van der Hoff <richard@matrix.org>2019-12-16 14:07:11 +0000
commitff773ff7243fbbe88fabff952d6faded0241c64e (patch)
treed01e85d670ae4b2672bd3259949799019f1cc47b /changelog.d
parentsanity-checking for events used in state res (#6531) (diff)
downloadsynapse-ff773ff7243fbbe88fabff952d6faded0241c64e.tar.xz
Persist auth/state events at backwards extremities when we fetch them (#6526)
The main point here is to make sure that the state returned by _get_state_in_room has been authed before we try to use it as state in the room.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6526.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6526.bugfix b/changelog.d/6526.bugfix
new file mode 100644
index 0000000000..53214b0748
--- /dev/null
+++ b/changelog.d/6526.bugfix
@@ -0,0 +1 @@
+Fix a bug which could cause the federation server to incorrectly return errors when handling certain obscure event graphs.
\ No newline at end of file