mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Update media_repository.py
_ not -
This commit is contained in:
parent
0c1deca574
commit
67c9585656
@ -39,7 +39,7 @@ class MediaRepositoryResource(Resource):
|
|||||||
<= HTTP/1.1 200 OK
|
<= HTTP/1.1 200 OK
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{ "content-uri": "mxc://<server-name>/<media-id>" }
|
{ "content_uri": "mxc://<server-name>/<media-id>" }
|
||||||
|
|
||||||
=> GET /_matrix/media/v1/download/<server-name>/<media-id> HTTP/1.1
|
=> GET /_matrix/media/v1/download/<server-name>/<media-id> HTTP/1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user