From 58d50be301f8efde4330a106b30b0666f88d26c8 Mon Sep 17 00:00:00 2001
From: squahtx The following admin APIs were deprecated in Synapse 1.34
+(released on 2021-05-17) and have now been removed: Any scripts still using the above APIs should be converted to use the
+Delete Room API. The The following admin APIs were deprecated in Synapse 1.25
(released on 2021-01-13) and have now been removed:Upgrading to v1.47.0
+Removal of old Room Admin API
+
+
+POST /_synapse/admin/v1/<room_id>/delete
Deprecation of the
user_may_create_room_with_invites
module callbackuser_may_create_room_with_invites
is deprecated and will be removed in a future
version of Synapse. Modules implementing this callback can instead implement
@@ -1604,7 +1612,7 @@ has been updated to reflect that calls to the /spaces
, /hiera
/summary
endpoints can now be routed to workers for both client API and
federation requests.Upgrading to v1.42.0
-Removal of old Room Admin API
+Removal of old Room Admin API
@@ -10271,11 +10279,6 @@ them handle rejoining themselves.
The previous deprecated API will be removed in a future release, it was:
-POST /_synapse/admin/v1/rooms/<room_id>/delete
-
-It behaves the same way than the current endpoint except the path and the method.
Grants another user the highest power available to a local user who is in the room. If the user is not in the room, and it is not publicly joinable, then invite the user.
-- cgit 1.5.1