diff options
author | Erik Johnston <erik@matrix.org> | 2019-02-18 12:15:27 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-02-18 12:15:27 +0000 |
commit | 91c8a7f9f4a3d598c98e0288541da3703605d7f9 (patch) | |
tree | d651803f530d69f5ce2ebf606c33443997e364cc | |
parent | Split out registration to worker (diff) | |
download | synapse-91c8a7f9f4a3d598c98e0288541da3703605d7f9.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/4666.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4666.feature b/changelog.d/4666.feature new file mode 100644 index 0000000000..ebae3d703c --- /dev/null +++ b/changelog.d/4666.feature @@ -0,0 +1 @@ +Allow registration to be handled by a worker isntance. |