summary refs log tree commit diff
path: root/latest/upgrade.html
diff options
context:
space:
mode:
authorsquahtx <squahtx@users.noreply.github.com>2023-03-28 11:28:07 +0000
committersquahtx <squahtx@users.noreply.github.com>2023-03-28 11:28:07 +0000
commit3f59d5b7a075cff5a75728c3effc2343e3ea5854 (patch)
tree33beae036eaf41d7801cc21aed0b881c47a885bd /latest/upgrade.html
parentdeploy: 4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453 (diff)
downloadsynapse-3f59d5b7a075cff5a75728c3effc2343e3ea5854.tar.xz
deploy: 9f7d6c6bc1b414d8f6591cc1d312a9c6b3a28980
Diffstat (limited to 'latest/upgrade.html')
-rw-r--r--latest/upgrade.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/latest/upgrade.html b/latest/upgrade.html

index b60bd2edf0..3846274443 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html
@@ -231,6 +231,14 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1800"><a class="header" href="#upgrading-to-v1800">Upgrading to v1.80.0</a></h1> +<h2 id="reporting-events-error-code-change"><a class="header" href="#reporting-events-error-code-change">Reporting events error code change</a></h2> +<p>Before this update, the +<a href="https://spec.matrix.org/v1.6/client-server-api/#post_matrixclientv3roomsroomidreporteventid"><code>POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}</code></a> +endpoint would return a <code>403</code> if a user attempted to report an event that they did not have access to. +This endpoint will now return a <code>404</code> in this case instead.</p> +<p>Clients that implement event reporting should check that their error handling code will handle this +change.</p> <h1 id="upgrading-to-v1790"><a class="header" href="#upgrading-to-v1790">Upgrading to v1.79.0</a></h1> <h2 id="the-on_threepid_bind-module-callback-method-has-been-deprecated"><a class="header" href="#the-on_threepid_bind-module-callback-method-has-been-deprecated">The <code>on_threepid_bind</code> module callback method has been deprecated</a></h2> <p>Synapse v1.79.0 deprecates the