diff options
author | reivilibre <oliverw@matrix.org> | 2022-05-06 11:43:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 11:43:53 +0100 |
commit | c2d50e9f6c5f7b01cbd8bf1dca36cb8c0e7b007f (patch) | |
tree | 979a900eca42c6baa389b30e8514cfb27791dc0d /changelog.d/12452.feature | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-c2d50e9f6c5f7b01cbd8bf1dca36cb8c0e7b007f.tar.xz |
Add the `notify_appservices_from_worker` configuration option (superseding `notify_appservices`) to allow a generic worker to be designated as the worker to send traffic to Application Services. (#12452)
Diffstat (limited to 'changelog.d/12452.feature')
-rw-r--r-- | changelog.d/12452.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12452.feature b/changelog.d/12452.feature new file mode 100644 index 0000000000..22f054d344 --- /dev/null +++ b/changelog.d/12452.feature @@ -0,0 +1 @@ +Add the `notify_appservices_from_worker` configuration option (superseding `notify_appservices`) to allow a generic worker to be designated as the worker to send traffic to Application Services. \ No newline at end of file |