You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I read the spec correctly, the matrix_get_room_state should not return a 403 (You aren't a member of the room and weren't previously a member of the room.: the user was a member before being banned).
I guess those lines should be removed.
The text was updated successfully, but these errors were encountered:
I was looking at matrix-org/dendrite#1331 and found the following.
In the ban test (https://github.com/matrix-org/sytest/blob/develop/tests/30rooms/07ban.pl) the Remote banned user has the following check, which is not present on the local user:
If I read the spec correctly, the
matrix_get_room_state
should not return a 403 (You aren't a member of the room and weren't previously a member of the room.
: the user was a member before being banned).I guess those lines should be removed.
The text was updated successfully, but these errors were encountered: