diff options
author | Richard van der Hoff <richard@matrix.org> | 2023-03-21 19:59:28 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2023-03-21 19:59:28 +0000 |
commit | a9216edbaa0f44752790040a833847a7898ddc0a (patch) | |
tree | d5edbfcdbd8e18c94468248cb259ca26af6038db /changelog.d | |
parent | Merge branch 'release-v1.80' of https://github.com/matrix-org/synapse into re... (diff) | |
parent | Revert "check sqlite database file exists before porting/#14692" (#15301) (diff) | |
download | synapse-a9216edbaa0f44752790040a833847a7898ddc0a.tar.xz |
Merge commit '96bcc5d902' into release-v1.80
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, 5 insertions, 0 deletions
diff --git a/changelog.d/15298.bugfix b/changelog.d/15298.bugfix new file mode 100644 index 0000000000..8f29b08444 --- /dev/null +++ b/changelog.d/15298.bugfix @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000000..8f29b08444 --- /dev/null +++ b/changelog.d/15300.bugfix @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000000..c8f3628d34 --- /dev/null +++ b/changelog.d/15301.bugfix @@ -0,0 +1,3 @@ +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. + |