Skip to content
Snippets Groups Projects
Commit b6c9deff authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove dead TODO

parent b30cd5b1
No related merge requests found
......@@ -198,8 +198,6 @@ class ThumbnailResource(Resource):
@defer.inlineCallbacks
def _respond_remote_thumbnail(self, request, server_name, media_id, width,
height, method, m_type):
# TODO: Don't download the whole remote file
# We should proxy the thumbnail from the remote server instead.
thumbnail_infos = yield self.store.get_remote_media_thumbnails(
server_name, media_id,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment