summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2023-03-21 13:24:55 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2023-03-21 13:24:55 +0000
commit51cd6af7883221497f006dfb4c72f005d0b0c2a3 (patch)
treea0d944fd6b035abe6a1c461bf060b171d0af5825 /develop/print.html
parentdeploy: f11fe931f5925765b4e9e4e4c9d0b79e548ebfb4 (diff)
downloadsynapse-51cd6af7883221497f006dfb4c72f005d0b0c2a3.tar.xz
deploy: ec9224bf9a7bebb6c429ef45e0d1a293f0986836
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 78c303aa84..af62c44375 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -1779,6 +1779,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