summary refs log tree commit diff
path: root/synapse/storage (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-22Add `user_type` to returned fields in admin API user list endpointsJason Robinson1-3/+3
Mostly user type will be empty (normal user) but there is also the "support" user type. Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-07-22Demo uses deprecated cli option (#5725)Jorik Schellekens2-4/+4
* Remove deprecated 'verbose' cli arg * Create 5725.bugfix
2019-07-22