Update media_repository.py

_ not -
This commit is contained in:
Kegsay 2014-12-15 16:57:53 +00:00
parent 0c1deca574
commit 67c9585656

View file

@ -39,7 +39,7 @@ class MediaRepositoryResource(Resource):
<= HTTP/1.1 200 OK
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