diff options
author | Jason Robinson <jasonr@element.io> | 2021-10-26 12:01:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 09:01:06 +0000 |
commit | 63cbdd8af081839f245915a18ed57f1a44f1a5f4 (patch) | |
tree | 26ee37e15ee168383fb73c25208a429d44bd2306 /changelog.d | |
parent | Fix cyclic import in the module API (#11180) (diff) | |
download | synapse-63cbdd8af081839f245915a18ed57f1a44f1a5f4.tar.xz |
Enable changing user type via users admin API (#11174)
Users admin API can now also modify user type in addition to allowing it to be set on user creation. Signed-off-by: Jason Robinson <jasonr@matrix.org> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11174.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11174.feature b/changelog.d/11174.feature new file mode 100644 index 0000000000..8eecd92681 --- /dev/null +++ b/changelog.d/11174.feature @@ -0,0 +1 @@ +Users admin API can now also modify user type in addition to allowing it to be set on user creation. |