Skip to content
Snippets Groups Projects
Verified Commit 8a300f73 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix some media not being cached properly

Most noticeable in the goose chooser.
parent 5e85fa60
No related branches found
No related tags found
No related merge requests found
Pipeline #1436 passed
......@@ -196,7 +196,6 @@ MxcImageProvider::download(const QString &id,
image.setText("original filename",
QString::fromStdString(originalFilename));
image.setText("mxc url", "mxc://" + id);
image.save(fileInfo.absoluteFilePath());
then(id, requestedSize, image, fileInfo.absoluteFilePath());
});
} catch (std::exception &e) {
......
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