diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-12-10 12:42:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 11:42:48 +0000 |
commit | a5f7aff5e5a840c53e79d185d40b22d67dad2ea1 (patch) | |
tree | 30a0e251dff5edb2ddd9aad1c53e75d2a91f579e /changelog.d | |
parent | Default to blacklisting reserved IP ranges and add a whitelist. (#8870) (diff) | |
download | synapse-a5f7aff5e5a840c53e79d185d40b22d67dad2ea1.tar.xz |
Deprecate Shutdown Room and Purge Room Admin API (#8829)
Deprecate both APIs in favour of the Delete Room API. Related: #8663 and #8810
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8829.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8829.removal b/changelog.d/8829.removal new file mode 100644 index 0000000000..2f3708218b --- /dev/null +++ b/changelog.d/8829.removal @@ -0,0 +1 @@ +Deprecate Shutdown Room and Purge Room Admin APIs. |