File tree 2 files changed +5
-1
lines changed
changelogs/client_server/newsfragments
content/client-server-api/modules
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ Guest accounts can now download/thumbnail media from the new authenticated endpoints, as per [MSC4189](https://github.com/matrix-org/matrix-spec-proposals/pull/4189).
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ rather than allowing all homeservers to enforce the rules on each other.
33
33
#### Client behaviour
34
34
35
35
The following API endpoints are allowed to be accessed by guest accounts
36
- for retrieving events:
36
+ for retrieving events and associated media :
37
37
38
38
* [ GET /rooms/{roomId}/state] ( #get_matrixclientv3roomsroomidstate )
39
39
* [ GET /rooms/{roomId}/context/{eventId}] ( #get_matrixclientv3roomsroomidcontexteventid )
@@ -44,6 +44,9 @@ for retrieving events:
44
44
* [ GET /rooms/{roomId}/initialSync] ( #get_matrixclientv3roomsroomidinitialsync )
45
45
* [ GET /sync] ( #get_matrixclientv3sync )
46
46
* [ GET /events] ( #get_matrixclientv3events ) as used for room previews.
47
+ * {{< added-in v="1.12" >}} [ GET /media/download/{serverName}/{mediaId}] ( #get_matrixclientv1mediadownloadservernamemediaid )
48
+ * {{< added-in v="1.12" >}} [ GET /media/download/{serverName}/{mediaId}/{fileName}] ( #get_matrixclientv1mediadownloadservernamemediaidfilename )
49
+ * {{< added-in v="1.12" >}} [ GET /media/thumbnail/{serverName}/{mediaId}] ( #get_matrixclientv1mediathumbnailservernamemediaid )
47
50
48
51
The following API endpoints are allowed to be accessed by guest accounts
49
52
for sending events:
You can’t perform that action at this time.
0 commit comments