diff options
author | Jason Little <realtyem@gmail.com> | 2023-03-14 11:29:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 16:29:33 +0000 |
commit | 003a25ae5c8f1d708964f18aa34b87fb08ca5ef4 (patch) | |
tree | 436af1b1553e995a6da20be39194a4983d0ffbfd /changelog.d | |
parent | Avoid unneeded work if auto-join rooms aren't configured. (#15262) (diff) | |
download | synapse-003a25ae5c8f1d708964f18aa34b87fb08ca5ef4.tar.xz |
Additional functionality for declaring worker types in Complement (#14921)
Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14921.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14921.misc b/changelog.d/14921.misc new file mode 100644 index 0000000000..599e23eb0c --- /dev/null +++ b/changelog.d/14921.misc @@ -0,0 +1 @@ +Add additional functionality to declaring worker types when starting Complement in worker mode. |