diff options
author | Tobias Fella <fella@posteo.de> | 2021-08-30 00:53:29 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | b35a736da2b09fe5cc0091f9fbd370d057503a54 (patch) | |
tree | 7ddf258de6b36480cd5d4503d673eeca88f0b272 /lib/room.h | |
parent | 77a13cfdace5cb27adb52b3a644a155aee522b12 (diff) | |
download | libquotient-b35a736da2b09fe5cc0091f9fbd370d057503a54.tar.gz libquotient-b35a736da2b09fe5cc0091f9fbd370d057503a54.zip |
Handle encrypted file download through existing API
Diffstat (limited to 'lib/room.h')
-rw-r--r-- | lib/room.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |