aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-08-30 00:53:29 +0200
committerTobias Fella <fella@posteo.de>2021-12-01 21:56:59 +0100
commitb35a736da2b09fe5cc0091f9fbd370d057503a54 (patch)
tree7ddf258de6b36480cd5d4503d673eeca88f0b272 /lib/room.h
parent77a13cfdace5cb27adb52b3a644a155aee522b12 (diff)
downloadlibquotient-b35a736da2b09fe5cc0091f9fbd370d057503a54.tar.gz
libquotient-b35a736da2b09fe5cc0091f9fbd370d057503a54.zip
Handle encrypted file download through existing API
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/room.h b/lib/room.h
index ac21d08c..85c51a87 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -852,9 +852,6 @@ public Q_SLOTS:
const QString& overrideContentType = {});
// If localFilename is empty a temporary file is created
void downloadFile(const QString& eventId, const QUrl& localFilename = {});
-#ifdef Quotient_E2EE_ENABLED
- void downloadFile(const QString& eventId, const QString& key, const QString &iv, const QString &sha256, const QUrl& localFilename = {});
-#endif
void cancelFileTransfer(const QString& id);
//! \brief Set a given event as last read and post a read receipt on it