diff options
author | H. Shay <hillerys@element.io> | 2023-03-22 10:00:23 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-03-22 10:00:23 -0700 |
commit | cabe4a3005f3d1c31f0aa438ecac40884874a904 (patch) | |
tree | 0867a3b2191799aaf711a06e29ffd305a85c0ea4 /changelog.d/15300.bugfix | |
parent | Add a check to SQLite port DB script to ensure that the sqlite database passe... (diff) | |
parent | 1.80.0rc2 (diff) | |
download | synapse-cabe4a3005f3d1c31f0aa438ecac40884874a904.tar.xz |
Merge branch 'release-v1.80' into develop
Diffstat (limited to 'changelog.d/15300.bugfix')
-rw-r--r-- | changelog.d/15300.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/15300.bugfix b/changelog.d/15300.bugfix deleted file mode 100644 index 8f29b08444..0000000000 --- a/changelog.d/15300.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug in which the [`POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}`](https://spec.matrix.org/v1.6/client-server-api/#post_matrixclientv3roomsroomidreporteventid) endpoint would return the wrong error if the user did not have permission to view the event. This aligns Synapse's implementation with [MSC2249](https://github.com/matrix-org/matrix-spec-proposals/pull/2249). \ No newline at end of file |