diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-06-05 14:07:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 13:07:22 +0100 |
commit | 2970ce83674a4d910ebc46b505c9dcb83a15a1b9 (patch) | |
tree | c2df8712d83d627db0514b3d9129034f6ecf2f31 /changelog.d | |
parent | Attempt to fix PhoneHomeStatsTestCase.test_performance_100 being flaky. (#7634) (diff) | |
download | synapse-2970ce83674a4d910ebc46b505c9dcb83a15a1b9.tar.xz |
Add device management to admin API (#7481)
- Admin is able to - change displaynames - delete devices - list devices - get device informations Fixes #7330
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7481.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7481.feature b/changelog.d/7481.feature new file mode 100644 index 0000000000..f167f3632c --- /dev/null +++ b/changelog.d/7481.feature @@ -0,0 +1 @@ +Add admin APIs to allow server admins to manage users' devices. Contributed by @dklimpel. |