diff options
author | Jason Robinson <jasonr@matrix.org> | 2019-07-22 16:28:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 16:28:51 +0300 |
commit | 8e513e7afc5c86b95e7cd87cc411379ebbc71905 (patch) | |
tree | 2161533eafb9993f73f6c11af8080d93d39c8a1e /changelog.d | |
parent | Fix stack overflow in Keyring (#5724) (diff) | |
parent | Add `user_type` to returned fields in admin API user list endpoints (diff) | |
download | synapse-8e513e7afc5c86b95e7cd87cc411379ebbc71905.tar.xz |
Merge pull request #5731 from matrix-org/jaywink/admin-user-list-user-type
Add `user_type` to returned fields in admin API user list endpoints
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5731.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5731.misc b/changelog.d/5731.misc new file mode 100644 index 0000000000..dffae5d874 --- /dev/null +++ b/changelog.d/5731.misc @@ -0,0 +1 @@ +Return 'user_type' in admin API user endpoints results. |