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-13 11:44:41 +0000
committerRichard van der Hoff <richard@matrix.org>2019-12-16 13:47:34 +0000
commit6577f2d8877b89f7198f7fb03cf57f10a75728ca (patch)
tree2775d60a0a0cff23286add4676d14409a8097c83 /changelog.d
parentCheck the room_id of events when fetching room state/auth (#6524) (diff)
downloadsynapse-6577f2d8877b89f7198f7fb03cf57f10a75728ca.tar.xz
Sanity-check room ids in event auth (#6530)
When we do an event auth operation, check that all of the events involved are
in the right room.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6530.misc2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/6530.misc b/changelog.d/6530.misc
new file mode 100644
index 0000000000..f885597426
--- /dev/null
+++ b/changelog.d/6530.misc
@@ -0,0 +1,2 @@
+Improve sanity-checking when receiving events over federation.
+