diff options
author | Kegsay <kegan@matrix.org> | 2020-06-24 09:59:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 09:59:59 +0100 |
commit | 0577bfca55d1478bd1076d02f0b0623a3d3802a8 (patch) | |
tree | 05d39e8735e8ba1ef9b02c0cd7bfebe9610e9494 /sytest-whitelist | |
parent | 1f93427ed906f63925e2768120cf437e0b1e85fb (diff) |
Pass join errors through internal API boundaries (#1157)
* Pass join errors through internal API boundaries
Required for certain invite sytests. We will need to think of a
better way of handling this going forwards.
* Include m.room.avatar in stripped state; handle trailing slashes when GETing state events
* Update whitelist
* Update whitelist
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index ef91507b..ceef20ff 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -62,6 +62,8 @@ Request to logout with invalid an access token is rejected Request to logout without an access token is rejected Room creation reports m.room.create to myself Room creation reports m.room.member to myself +Invited user can see room metadata +Remote invited user can see room metadata # Blacklisted because these tests call /r0/events which we don't implement # New room members see their own join event # Existing members see new members' join events |