diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-19 10:46:18 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-02-19 10:46:18 +0000 |
commit | 3d2acc930f0a633bf400c96f3e636b5b662a54cb (patch) | |
tree | b1ea0bb16319371cf2fedc199a948bc2bf9bd547 /synapse/rest/media | |
parent | Newsfile (diff) | |
download | synapse-3d2acc930f0a633bf400c96f3e636b5b662a54cb.tar.xz |
Return a 404 if we don't have the original file
Diffstat (limited to 'synapse/rest/media')
-rw-r--r-- | synapse/rest/media/v1/media_storage.py | 2 | ||||
-rw-r--r-- | synapse/rest/media/v1/thumbnail_resource.py | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/synapse/rest/media/v1/media_storage.py b/synapse/rest/media/v1/media_storage.py |