diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-04-14 18:36:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 18:36:08 +0100 |
commit | 895a72b6eecf7a7e71770bfaede53cd51f7c91e1 (patch) | |
tree | c9f9d0091c9392cb81d9bc8cac97193f4cee0147 /sytest-blacklist | |
parent | 73d2f59e303fa998f997c483bb6843bf77e069e5 (diff) |
Move /room/{roomID}/state endpoints into client API (#606) (#962)
* Move /room/{roomID}/state endpoints into client API (#606)
* Update sytest-whitelist
* Blacklist tests which rely on endpoints we don't implement
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index da0667a1..caad2545 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -35,3 +35,7 @@ Inbound federation rejects invites which are not signed by the sender # Blacklisted because we don't support ignores yet Ignore invite in incremental sync + +# Blacklisted because this test calls /r0/events which we don't implement +New room members see their own join event +Existing members see new members' join events |