summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-07 18:06:52 +0000
committerGitHub <noreply@github.com>2021-01-07 18:06:52 +0000
commite34df813ce96168d6bd0ee6c2888122a127c1773 (patch)
tree0b8171fa4c893004515251bead5c0b347cdeec26 /changelog.d
parentSome cleanups to device inbox store. (#9041) (diff)
downloadsynapse-e34df813ce96168d6bd0ee6c2888122a127c1773.tar.xz
Ensure that remote users' device list resyncing always happens on master (#9043)
Currently `DeviceMessageHandler` only ever exists on master, but that is about to change.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9043.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9043.feature b/changelog.d/9043.feature
new file mode 100644
index 0000000000..4ec319f1f2
--- /dev/null
+++ b/changelog.d/9043.feature
@@ -0,0 +1 @@
+Add experimental support for handling and persistence of to-device messages to happen on worker processes.