diff options
author | Michael Albert <37796947+awesome-michael@users.noreply.github.com> | 2020-07-16 22:43:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 16:43:23 -0400 |
commit | fff483ea96160912ee4e9f5f3f743b86a933058f (patch) | |
tree | a9fcc72cbbab8b54309d8cf0260402e710a3333b /changelog.d | |
parent | Consistently use `db_to_json` to convert from database values to JSON objects... (diff) | |
download | synapse-fff483ea96160912ee4e9f5f3f743b86a933058f.tar.xz |
Add admin endpoint to get members in a room. (#7842)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7842.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7842.feature b/changelog.d/7842.feature new file mode 100644 index 0000000000..727deb01c9 --- /dev/null +++ b/changelog.d/7842.feature @@ -0,0 +1 @@ +Add an admin API to list the users in a room. Contributed by Awesome Technologies Innovationslabor GmbH. |