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 /synapse | |
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 'synapse')
-rw-r--r-- | synapse/rest/client/v1/room.py | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/synapse/rest/client/v1/room.py b/synapse/rest/client/v1/room.py |