diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-08-06 13:33:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-06 13:33:55 +0100 |
commit | edeae53221f35a8308c3946369c2b433759091c5 (patch) | |
tree | f13c1fd869ee15ce942be40e4b6f4b97022ec797 /changelog.d | |
parent | Account validity: allow defining HTML templates to serve the us… (#5807) (diff) | |
download | synapse-edeae53221f35a8308c3946369c2b433759091c5.tar.xz |
Return 404 instead of 403 when retrieving an event without perms (#5798)
Part of fixing matrix-org/sytest#652 Sytest PR: matrix-org/sytest#667
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5798.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5798.bugfix b/changelog.d/5798.bugfix new file mode 100644 index 0000000000..7db2c37af5 --- /dev/null +++ b/changelog.d/5798.bugfix @@ -0,0 +1 @@ +Return 404 instead of 403 when accessing /rooms/{roomId}/event/{eventId} for an event without the appropriate permissions. |