summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-07 18:07:28 +0000
committerGitHub <noreply@github.com>2021-01-07 18:07:28 +0000
commit5e99a94502ca9a3865a226097c459b2209df9023 (patch)
treee799456991d1e7b95932870252c79c48ad599cd2 /changelog.d
parentEnsure that remote users' device list resyncing always happens on master (#9043) (diff)
downloadsynapse-5e99a94502ca9a3865a226097c459b2209df9023.tar.xz
Support routing edu's to multiple instances (#9042)
This is in preparation for moving `SendToDeviceServlet` off master
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9042.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9042.feature b/changelog.d/9042.feature
new file mode 100644
index 0000000000..4ec319f1f2
--- /dev/null
+++ b/changelog.d/9042.feature
@@ -0,0 +1 @@
+Add experimental support for handling and persistence of to-device messages to happen on worker processes.