diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-16 12:26:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 12:26:28 +0000 |
commit | bc7de87650c2646cdc388f06a2a5bb6f94fc5c5c (patch) | |
tree | bb76c828ea71692bc5d5a52444119bf39a6f08c7 /changelog.d | |
parent | Automatically delete empty groups/communities (#6453) (diff) | |
download | synapse-bc7de87650c2646cdc388f06a2a5bb6f94fc5c5c.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.bugfix | 1 |
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 |