diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-02-18 15:05:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 09:05:41 -0500 |
commit | e8e7012265c2fa86444c187e1927ad2ebc47f76f (patch) | |
tree | ef139522c56e0923cd32f2a873ab78b8585e6ea4 /changelog.d | |
parent | Reduce the memory usage of previewing media files. (#9421) (diff) | |
download | synapse-e8e7012265c2fa86444c187e1927ad2ebc47f76f.tar.xz |
Deprecate old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9429)
This API was undocumented and nonsensical.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9429.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9429.removal b/changelog.d/9429.removal new file mode 100644 index 0000000000..1ff9089a20 --- /dev/null +++ b/changelog.d/9429.removal @@ -0,0 +1 @@ +Deprecate old admin API `GET /_synapse/admin/v1/users/<user_id>`. \ No newline at end of file |