diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-13 11:44:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-13 11:44:41 +0000 |
commit | 971a0702b5fce743c8bb61424a5f1002d3eb63ff (patch) | |
tree | 64879adf6af751c6ffafa5e3515305f7ffb25c39 /changelog.d | |
parent | Merge pull request #6537 from matrix-org/erikj/bump_mypy_version (diff) | |
download | synapse-971a0702b5fce743c8bb61424a5f1002d3eb63ff.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.misc | 2 |
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. + |