diff options
author | H. Shay <hillerys@element.io> | 2023-03-22 08:30:23 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-03-22 08:30:23 -0700 |
commit | 7655bc054296ced0810d0a649ac7993c9443658b (patch) | |
tree | 211ee39fee173cdbf6dde426301e2a3cbfbaab83 /changelog.d | |
parent | Merge commit '96bcc5d902' into release-v1.80 (diff) | |
download | synapse-7655bc054296ced0810d0a649ac7993c9443658b.tar.xz |
1.80.0rc2 v1.80.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15298.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/15300.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/15301.bugfix | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/changelog.d/15298.bugfix b/changelog.d/15298.bugfix deleted file mode 100644 index 8f29b08444..0000000000 --- a/changelog.d/15298.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 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 diff --git a/changelog.d/15301.bugfix b/changelog.d/15301.bugfix deleted file mode 100644 index c8f3628d34..0000000000 --- a/changelog.d/15301.bugfix +++ /dev/null @@ -1,3 +0,0 @@ -Fix a bug introduced in Synapse 1.75.0rc1 where the [SQLite port_db script](https://matrix-org.github.io/synapse/latest/postgres.html#porting-from-sqlite) -would fail to open the SQLite database. - |