diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-02-22 20:38:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 14:38:51 -0500 |
commit | 71c9f8de6d9fb5323c8625167f716e1ec381cb87 (patch) | |
tree | 7e2ac29585f6ab44a490ab27ddf5b9df85a83ca0 /changelog.d | |
parent | example systemd config: propagate reloads to units (#9463) (diff) | |
download | synapse-71c9f8de6d9fb5323c8625167f716e1ec381cb87.tar.xz |
Add an `order_by` field to list users' media admin API. (#8978)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8978.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8978.feature b/changelog.d/8978.feature new file mode 100644 index 0000000000..042e257bf0 --- /dev/null +++ b/changelog.d/8978.feature @@ -0,0 +1 @@ +Add `order_by` to the admin API `GET /_synapse/admin/v1/users/<user_id>/media`. Contributed by @dklimpel. \ No newline at end of file |