From 7e20004020a2016eda845cfd2783dda8b5b802d7 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 16 Jun 2020 15:19:43 +0100 Subject: [PATCH] Update sytest-whitelist, are-we-synapse-yet.list --- are-we-synapse-yet.list | 4 ++-- sytest-whitelist | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/are-we-synapse-yet.list b/are-we-synapse-yet.list index c088c8b5e..f59f80675 100644 --- a/are-we-synapse-yet.list +++ b/are-we-synapse-yet.list @@ -97,8 +97,8 @@ rst PUT power_levels should not explode if the old power levels were empty rst Both GET and PUT work rct POST /rooms/:room_id/receipt can create receipts red POST /rooms/:room_id/read_markers can create read marker -med POST /media/v1/upload can create an upload -med GET /media/v1/download can fetch the value again +med POST /media/r0/upload can create an upload +med GET /media/r0/download can fetch the value again cap GET /capabilities is present and well formed for registered user cap GET /r0/capabilities is not public reg Register with a recaptcha diff --git a/sytest-whitelist b/sytest-whitelist index e59d2df16..581b2b837 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -314,3 +314,15 @@ Invalid JSON special values Invalid JSON floats Outbound federation will ignore a missing event with bad JSON for room version 6 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