mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Update sytest-whitelist, are-we-synapse-yet.list
This commit is contained in:
parent
1942928ee5
commit
7e20004020
|
|
@ -97,8 +97,8 @@ rst PUT power_levels should not explode if the old power levels were empty
|
||||||
rst Both GET and PUT work
|
rst Both GET and PUT work
|
||||||
rct POST /rooms/:room_id/receipt can create receipts
|
rct POST /rooms/:room_id/receipt can create receipts
|
||||||
red POST /rooms/:room_id/read_markers can create read marker
|
red POST /rooms/:room_id/read_markers can create read marker
|
||||||
med POST /media/v1/upload can create an upload
|
med POST /media/r0/upload can create an upload
|
||||||
med GET /media/v1/download can fetch the value again
|
med GET /media/r0/download can fetch the value again
|
||||||
cap GET /capabilities is present and well formed for registered user
|
cap GET /capabilities is present and well formed for registered user
|
||||||
cap GET /r0/capabilities is not public
|
cap GET /r0/capabilities is not public
|
||||||
reg Register with a recaptcha
|
reg Register with a recaptcha
|
||||||
|
|
|
||||||
|
|
@ -314,3 +314,15 @@ Invalid JSON special values
|
||||||
Invalid JSON floats
|
Invalid JSON floats
|
||||||
Outbound federation will ignore a missing event with bad JSON for room version 6
|
Outbound federation will ignore a missing event with bad JSON for room version 6
|
||||||
Can download without a file name over federation
|
Can download without a file name over federation
|
||||||
|
POST /media/r0/upload can create an upload
|
||||||
|
GET /media/r0/download can fetch the value again
|
||||||
|
Remote users can join room by alias
|
||||||
|
Alias creators can delete alias with no ops
|
||||||
|
Alias creators can delete canonical alias with no ops
|
||||||
|
Room members can override their displayname on a room-specific basis
|
||||||
|
displayname updates affect room member events
|
||||||
|
avatar_url updates affect room member events
|
||||||
|
Real non-joined users can get individual state for world_readable rooms after leaving
|
||||||
|
Can upload with Unicode file name
|
||||||
|
POSTed media can be thumbnailed
|
||||||
|
Remote media can be thumbnailed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue