diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-02 19:55:18 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-02 19:55:18 +0000 |
commit | 2f804a70723a911bbc1d1bafbeb33f8462980151 (patch) | |
tree | cafca71db294c820163d50bef663ef0b8fbb837d /synapse/media/v1/media_repository.py | |
parent | Get uploads working with new media repo (diff) | |
download | synapse-2f804a70723a911bbc1d1bafbeb33f8462980151.tar.xz |
Fix pyflakes and pep8 warnings
Diffstat (limited to 'synapse/media/v1/media_repository.py')
-rw-r--r-- | synapse/media/v1/media_repository.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/media/v1/media_repository.py b/synapse/media/v1/media_repository.py index 0f4eeef278..afd92874cf 100644 --- a/synapse/media/v1/media_repository.py +++ b/synapse/media/v1/media_repository.py @@ -49,7 +49,8 @@ class MediaRepositoryResource(Resource): Clients can get thumbnails by supplying a desired width and height:: - => GET /_matrix/media/v1/thumbnail/<media-id>?width=<w>&height=<h> HTTP/1.1 + => GET /_matrix/media/v1 + /thumbnail/<media-id>?width=<w>&height=<h> HTTP/1.1 <= HTTP/1.1 200 OK Content-Type: image/jpeg or image/png |