diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-07 18:07:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 18:07:28 +0000 |
commit | 5e99a94502ca9a3865a226097c459b2209df9023 (patch) | |
tree | e799456991d1e7b95932870252c79c48ad599cd2 /changelog.d | |
parent | Ensure that remote users' device list resyncing always happens on master (#9043) (diff) | |
download | synapse-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.feature | 1 |
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. |