diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-04-01 12:28:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 11:28:53 +0100 |
commit | bb0fe02a5278d0033825bee31a7a49af838d4a9a (patch) | |
tree | fe29deb3486bf89bfd686a94a63662fa5c0b8abb /changelog.d | |
parent | Add an experimental room version to support restricted join rules. (#9717) (diff) | |
download | synapse-bb0fe02a5278d0033825bee31a7a49af838d4a9a.tar.xz |
Add `order_by` to list user admin API (#9691)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9691.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9691.feature b/changelog.d/9691.feature new file mode 100644 index 0000000000..3c711db4f5 --- /dev/null +++ b/changelog.d/9691.feature @@ -0,0 +1 @@ +Add `order_by` to the admin API `GET /_synapse/admin/v2/users`. Contributed by @dklimpel. \ No newline at end of file |