diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-01-22 13:36:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 13:36:43 +0000 |
commit | 90a28fb475a29daa9e7a9ee7204f6f76cc8af441 (patch) | |
tree | 259fe9fa93613a420f65a09dbabeda22121fe8e3 /changelog.d | |
parent | Merge pull request #6764 from matrix-org/babolivier/fix-thumbnail (diff) | |
download | synapse-90a28fb475a29daa9e7a9ee7204f6f76cc8af441.tar.xz |
Admin API to list, filter and sort rooms (#6720)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6720.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6720.feature b/changelog.d/6720.feature new file mode 100644 index 0000000000..dfc1b74d62 --- /dev/null +++ b/changelog.d/6720.feature @@ -0,0 +1 @@ +Add a new admin API to list and filter rooms on the server. \ No newline at end of file |