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>2020-10-06 16:31:31 +0100
committerGitHub <noreply@github.com>2020-10-06 16:31:31 +0100
commita02446113012920c92264f632832308588649ed8 (patch)
treef3a58e1ef74f8fa1bcf472c8875db04216b4d057 /changelog.d
parentMerge pull request #8467 from matrix-org/rav/fix_3pevent_rules (diff)
downloadsynapse-a02446113012920c92264f632832308588649ed8.tar.xz
Additional tests for third-party event rules (#8468)
* Optimise and test state fetching for 3p event rules

Getting all the events at once is much more efficient than getting them
individually

* Test that 3p event rules can modify events
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8468.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8468.misc b/changelog.d/8468.misc
new file mode 100644
index 0000000000..32ba991e64
--- /dev/null
+++ b/changelog.d/8468.misc
@@ -0,0 +1 @@
+Additional testing for `ThirdPartyEventRules`.