summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-09-21 17:40:20 +0200
committerGitHub <noreply@github.com>2021-09-21 17:40:20 +0200
commit2843058a8b5456dd63b83ad39a992d5d1a285eb6 (patch)
tree2cab4dfeed293f11b47de92c4fc1437e9c67b8d9 /changelog.d
parentAllow Synapse Admin API's Room Search to accept non-ASCII characters (#10859) (diff)
downloadsynapse-2843058a8b5456dd63b83ad39a992d5d1a285eb6.tar.xz
Test that state events sent by modules correctly end up in the room's state (#10835)
Test for #10830

Ideally the test would also make sure the new state event comes down sync, but this is probably good enough.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10835.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10835.misc b/changelog.d/10835.misc
new file mode 100644
index 0000000000..0c3d13477e
--- /dev/null
+++ b/changelog.d/10835.misc
@@ -0,0 +1 @@
+Add a test to ensure state events sent by modules get persisted correctly.