summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-07-08 13:00:05 +0200
committerGitHub <noreply@github.com>2021-07-08 13:00:05 +0200
commit225be7778727682e250a02acf975217f8eca9ed7 (patch)
treebf448f4bbda1f4d808a46c05584b334329ebe0d3 /changelog.d
parentFix a broken link in the admin api docs (#10322) (diff)
downloadsynapse-225be7778727682e250a02acf975217f8eca9ed7.tar.xz
Rebuild event auth when rebuilding an event after a call to a `ThirdPartyEventRules` module (#10316)
Because modules might send extra state events when processing an event (e.g. matrix-org/synapse-dinsic#100), and in some cases these extra events might get dropped if we don't recalculate the initial event's auth.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10316.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10316.misc b/changelog.d/10316.misc
new file mode 100644
index 0000000000..1fd0810fde
--- /dev/null
+++ b/changelog.d/10316.misc
@@ -0,0 +1 @@
+Rebuild event context and auth when processing specific results from `ThirdPartyEventRules` modules.