summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2019-07-22 15:21:19 +0300
committerJason Robinson <jasonr@matrix.org>2019-07-22 15:29:18 +0300
commit66f5ff72fd2179c2cbb6a7755d36273d51a2e32f (patch)
tree01e4e9ac25d0ecd615bf57155ca3a38025b40a95 /changelog.d
parentDemo uses deprecated cli option (#5725) (diff)
downloadsynapse-66f5ff72fd2179c2cbb6a7755d36273d51a2e32f.tar.xz
Add `user_type` to returned fields in admin API user list endpoints
Mostly user type will be empty (normal user) but there is also the
"support" user type.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
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.