mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Tests added to the blacklist must also be removed from the whitelist
This commit is contained in:
parent
b20753097f
commit
3ccb13422f
|
|
@ -17,7 +17,6 @@ POST /register rejects registration of usernames with 'é'
|
||||||
POST /register rejects registration of usernames with '\n'
|
POST /register rejects registration of usernames with '\n'
|
||||||
POST /register rejects registration of usernames with '''
|
POST /register rejects registration of usernames with '''
|
||||||
GET /login yields a set of flows
|
GET /login yields a set of flows
|
||||||
POST /login can log in as a user with just the local part of the id
|
|
||||||
GET /events initially
|
GET /events initially
|
||||||
GET /initialSync initially
|
GET /initialSync initially
|
||||||
Version responds 200 OK with valid structure
|
Version responds 200 OK with valid structure
|
||||||
|
|
@ -70,7 +69,6 @@ Can get rooms/{roomId}/members for a departed room (SPEC-216)
|
||||||
Room members can override their displayname on a room-specific basis
|
Room members can override their displayname on a room-specific basis
|
||||||
Room members can join a room with an overridden displayname
|
Room members can join a room with an overridden displayname
|
||||||
displayname updates affect room member events
|
displayname updates affect room member events
|
||||||
avatar_url updates affect room member events
|
|
||||||
Real non-joined user cannot call /events on shared room
|
Real non-joined user cannot call /events on shared room
|
||||||
Real non-joined user cannot call /events on invited room
|
Real non-joined user cannot call /events on invited room
|
||||||
Real non-joined user cannot call /events on joined room
|
Real non-joined user cannot call /events on joined room
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue