diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-18 06:08:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 11:08:26 +0000 |
commit | de1f8de3198a8052d0c84534a15b1f89357fe78b (patch) | |
tree | fbc2f4a6a06a08c8ec8bfd4af6b427b90d36de61 /changelog.d/9130.feature | |
parent | link to the scalability blog post from workers.md (diff) | |
download | synapse-de1f8de3198a8052d0c84534a15b1f89357fe78b.tar.xz |
Ensure the user ID is serialized in the payload instead of used as an instance name. (#9130)
Diffstat (limited to 'changelog.d/9130.feature')
-rw-r--r-- | changelog.d/9130.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9130.feature b/changelog.d/9130.feature new file mode 100644 index 0000000000..4ec319f1f2 --- /dev/null +++ b/changelog.d/9130.feature @@ -0,0 +1 @@ +Add experimental support for handling and persistence of to-device messages to happen on worker processes. |