summary refs log tree commit diff
path: root/synapse/media/v1/thumbnail_resource.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow only one download for a given image at a time, so that we don't end up ↵Mark Haines2014-12-111-10/+3
| | | | downloading the same image twice if two clients request a remote image at the same time
* Get the code actually workingMark Haines2014-12-101-27/+25
|
* Thumbnail uploaded and cached imagesMark Haines2014-12-101-0/+191