From f0246e591f422a01a5412a5298160e116ce97238 Mon Sep 17 00:00:00 2001 From: clokep Date: Thu, 9 Feb 2023 18:05:11 +0000 Subject: [PATCH] deploy: d22c1c862c8259465a8e95c41eb1f00d0367a640 --- develop/admin_api/media_admin_api.html | 7 ++++++- develop/print.html | 13 ++++++++++++- develop/searchindex.js | 2 +- develop/searchindex.json | 2 +- develop/upgrade.html | 6 ++++++ 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/develop/admin_api/media_admin_api.html b/develop/admin_api/media_admin_api.html index 97272619de..baa64e9f25 100644 --- a/develop/admin_api/media_admin_api.html +++ b/develop/admin_api/media_admin_api.html @@ -303,13 +303,18 @@ See also Purge Remote Media API.

Delete local media by date or size

Request:

+
POST /_synapse/admin/v1/media/delete?before_ts=<before_ts>
+
+{}
+
+

Deprecated in Synapse v1.78.0: This API is available at the deprecated endpoint:

POST /_synapse/admin/v1/media/<server_name>/delete?before_ts=<before_ts>
 
 {}
 

URL Parameters

+

Upgrading to v1.78.0

+

Deprecate the /_synapse/admin/v1/media/<server_name>/delete admin API

+

Synapse 1.78.0 replaces the /_synapse/admin/v1/media/<server_name>/delete +admin API with an identical endpoint at /_synapse/admin/v1/media/delete. Please +update your tooling to use the new endpoint. The deprecated version will be removed +in a future release.

Upgrading to v1.76.0

Faster joins are enabled by default

When joining a room for the first time, Synapse 1.76.0 will request a partial join from the other server by default. Previously, server admins had to opt-in to this using an experimental config flag.

@@ -11577,13 +11583,18 @@ See also Purge R

Delete local media by date or size

Request:

+
POST /_synapse/admin/v1/media/delete?before_ts=<before_ts>
+
+{}
+
+

Deprecated in Synapse v1.78.0: This API is available at the deprecated endpoint:

POST /_synapse/admin/v1/media/<server_name>/delete?before_ts=<before_ts>
 
 {}
 

URL Parameters

+

Upgrading to v1.78.0

+

Deprecate the /_synapse/admin/v1/media/<server_name>/delete admin API

+

Synapse 1.78.0 replaces the /_synapse/admin/v1/media/<server_name>/delete +admin API with an identical endpoint at /_synapse/admin/v1/media/delete. Please +update your tooling to use the new endpoint. The deprecated version will be removed +in a future release.

Upgrading to v1.76.0

Faster joins are enabled by default

When joining a room for the first time, Synapse 1.76.0 will request a partial join from the other server by default. Previously, server admins had to opt-in to this using an experimental config flag.