We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From https://matrix.org/docs/spec/client_server/r0.5.0#get-matrix-client-r0-rooms-roomid-event-eventid:
Status code 404: The event was not found or you do not have permission to read this event.
Status code 404:
The event was not found or you do not have permission to read this event.
But SyTest:
sytest/tests/30rooms/51event.pl
Line 66 in 19abb60
and
Line 106 in 19abb60
The text was updated successfully, but these errors were encountered:
/rooms/{roomId}/event/{eventId} should return a 404 when no perms (#667)
413a139
Part of fixing #652 Synapse PR: matrix-org/synapse#5798
Return 404 instead of 403 when retrieving an event without perms (#5798)
edeae53
Part of fixing matrix-org/sytest#652 Sytest PR: matrix-org/sytest#667
Fixed by #667 matrix-org/synapse#5798
Sorry, something went wrong.
anoadragon453
No branches or pull requests
From https://matrix.org/docs/spec/client_server/r0.5.0#get-matrix-client-r0-rooms-roomid-event-eventid:
But SyTest:
sytest/tests/30rooms/51event.pl
Line 66 in 19abb60
and
sytest/tests/30rooms/51event.pl
Line 106 in 19abb60
The text was updated successfully, but these errors were encountered: