summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-06-21 11:57:09 +0100
committerGitHub <noreply@github.com>2021-06-21 11:57:09 +0100
commit182147195b707ce10af165ccd72a5bb2f3ecab38 (patch)
treef9ce8b5dda4e8fbe92d2dafcb77fa882454d2d61 /changelog.d
parentEnsure that errors during startup are written to the logs and the console. (#... (diff)
downloadsynapse-182147195b707ce10af165ccd72a5bb2f3ecab38.tar.xz
Check third party rules before persisting knocks over federation (#10212)
An accidental mis-ordering of operations during #6739 technically allowed an incoming knock event over federation in before checking it against any configured Third Party Access Rules modules.

This PR corrects that by performing the TPAR check *before* persisting the event.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10212.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10212.feature b/changelog.d/10212.feature
new file mode 100644
index 0000000000..9c41140194
--- /dev/null
+++ b/changelog.d/10212.feature
@@ -0,0 +1 @@
+Implement "room knocking" as per [MSC2403](https://github.com/matrix-org/matrix-doc/pull/2403). Contributed by Sorunome and anoa.
\ No newline at end of file