summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-21 16:55:28 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-21 16:55:28 +0200
commit8a300f733303bac95c3c41839bc553d1cfd2786f (patch)
tree710ca31f00eebe064215e968caa8795c1dec11a4 /src
parentFix color of invite label (diff)
downloadnheko-8a300f733303bac95c3c41839bc553d1cfd2786f.tar.xz
Fix some media not being cached properly
Most noticeable in the goose chooser.
Diffstat (limited to 'src')
-rw-r--r--src/MxcImageProvider.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MxcImageProvider.cpp b/src/MxcImageProvider.cpp

index ab6540a4..ab0f8152 100644 --- a/src/MxcImageProvider.cpp +++ b/src/MxcImageProvider.cpp
@@ -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) {