diff options
author | Tobias Fella <fella@posteo.de> | 2021-09-13 19:14:19 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-09-18 16:01:56 +0200 |
commit | fe9425f313e7c172095ff9355743427337b7ea78 (patch) | |
tree | 28c24df409faca6e4d3f6863b1554e49d6b9d1cf /lib/events/roomavatarevent.h | |
parent | a76ed82eb298d30c7b654c74378f93a9a35580a6 (diff) | |
download | libquotient-fe9425f313e7c172095ff9355743427337b7ea78.tar.gz libquotient-fe9425f313e7c172095ff9355743427337b7ea78.zip |
Add the encryptedfile to the eventcontent
Diffstat (limited to 'lib/events/roomavatarevent.h')
-rw-r--r-- | lib/events/roomavatarevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/roomavatarevent.h b/lib/events/roomavatarevent.h index 3fa11a0f..8618ba31 100644 --- a/lib/events/roomavatarevent.h +++ b/lib/events/roomavatarevent.h @@ -25,7 +25,7 @@ public: const QSize& imageSize = {}, const QString& originalFilename = {}) : RoomAvatarEvent(EventContent::ImageContent { - mxcUrl, fileSize, mimeType, imageSize, originalFilename }) + mxcUrl, fileSize, mimeType, imageSize, none, originalFilename }) {} QUrl url() const { return content().url; } |