From 494099a4b51b4d537a40a89c9d642fe3bd61e559 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 11 Mar 2022 15:05:39 +0100 Subject: Fix loading images when E2EE is disabled --- lib/mxcreply.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/mxcreply.cpp b/lib/mxcreply.cpp index 1d40c5e1..b757bb93 100644 --- a/lib/mxcreply.cpp +++ b/lib/mxcreply.cpp @@ -54,11 +54,11 @@ MxcReply::MxcReply(QNetworkReply* reply, Room* room, const QString &eventId) buffer->open(ReadOnly); d->m_device = buffer; } - setOpenMode(ReadOnly); - emit finished(); #else d->m_device = d->m_reply; #endif + setOpenMode(ReadOnly); + emit finished(); }); #ifdef Quotient_E2EE_ENABLED -- cgit v1.2.3