summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorTravis Ralston <travisr@matrix.org>2022-07-11 10:22:17 -0600
committerGitHub <noreply@github.com>2022-07-11 17:22:17 +0100
commitd736d5cfadcc9a56523fcb1cfe8cb1d2be47a4ec (patch)
treee74b4ca13e6b65566bc8df01580309472c71c55a /changelog.d
parentRemove delay when rotating event push actions (#13211) (diff)
downloadsynapse-d736d5cfadcc9a56523fcb1cfe8cb1d2be47a4ec.tar.xz
Fix to-device messages not being sent to MSC3202-enabled appservices (#13235)
The field name was simply incorrect, leading to errors.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13235.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13235.bugfix b/changelog.d/13235.bugfix
new file mode 100644
index 0000000000..5c31fbc775
--- /dev/null
+++ b/changelog.d/13235.bugfix
@@ -0,0 +1 @@
+Fix MSC3202-enabled appservices not receiving to-device messages, preventing messages from being decrypted.
\ No newline at end of file