summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2019-07-22 16:28:51 +0300
committerGitHub <noreply@github.com>2019-07-22 16:28:51 +0300
commit8e513e7afc5c86b95e7cd87cc411379ebbc71905 (patch)
tree2161533eafb9993f73f6c11af8080d93d39c8a1e /changelog.d
parentFix stack overflow in Keyring (#5724) (diff)
parentAdd `user_type` to returned fields in admin API user list endpoints (diff)
downloadsynapse-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.misc1
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.