mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Update whitelist and blacklist
This commit is contained in:
parent
b18873da72
commit
b20753097f
|
|
@ -1,2 +1,8 @@
|
||||||
# Blacklisted due to flakiness
|
# Blacklisted due to flakiness
|
||||||
Remote users can join room by alias
|
Remote users can join room by alias
|
||||||
|
|
||||||
|
# Blacklisted due to flakiness
|
||||||
|
POST /login can log in as a user with just the local part of the id
|
||||||
|
|
||||||
|
# Blacklisted due to flakiness
|
||||||
|
avatar_url updates affect room member events
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ Typing events appear in incremental sync
|
||||||
Typing events appear in gapped sync
|
Typing events appear in gapped sync
|
||||||
Inbound federation of state requires event_id as a mandatory paramater
|
Inbound federation of state requires event_id as a mandatory paramater
|
||||||
Inbound federation of state_ids requires event_id as a mandatory paramater
|
Inbound federation of state_ids requires event_id as a mandatory paramater
|
||||||
POST /login returns the same device_id as that in the request
|
POST /register returns the same device_id as that in the request
|
||||||
POST /createRoom with creation content
|
POST /createRoom with creation content
|
||||||
User can create and send/receive messages in a room with version 1
|
User can create and send/receive messages in a room with version 1
|
||||||
POST /createRoom ignores attempts to set the room version via creation_content
|
POST /createRoom ignores attempts to set the room version via creation_content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue