fixed emote popup images

This commit is contained in:
fourtf
2018-06-04 12:48:23 +02:00
parent 4a2709cbc3
commit 5923e30132
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ private:
if (data.caller == nullptr) {
QByteArray bytes = reply->readAll();
data.writeToCache(bytes);
data.onSuccess(parseJSONFromData2(bytes));
// data.onSuccess(parseJSONFromData2(bytes));
reply->deleteLater();
} else {