From df262456f8519b5bccfefea29adaba2a5464cd8a Mon Sep 17 00:00:00 2001 From: richvdh Date: Tue, 21 Mar 2023 20:04:41 +0000 Subject: deploy: a9216edbaa0f44752790040a833847a7898ddc0a --- v1.80/upgrade.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'v1.80/upgrade.html') diff --git a/v1.80/upgrade.html b/v1.80/upgrade.html index b60bd2edf0..3846274443 100644 --- a/v1.80/upgrade.html +++ b/v1.80/upgrade.html @@ -231,6 +231,14 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

Upgrading to v1.80.0

+

Reporting events error code change

+

Before this update, the +POST /_matrix/client/v3/rooms/{roomId}/report/{eventId} +endpoint would return a 403 if a user attempted to report an event that they did not have access to. +This endpoint will now return a 404 in this case instead.

+

Clients that implement event reporting should check that their error handling code will handle this +change.

Upgrading to v1.79.0

The on_threepid_bind module callback method has been deprecated

Synapse v1.79.0 deprecates the -- cgit 1.5.1