2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Don't refresh large emoji messages when sent.

This commit is contained in:
John Preston
2019-08-07 15:38:26 +01:00
parent bc83df9d7f
commit d7f7a03eb4
6 changed files with 19 additions and 11 deletions

View File

@@ -594,7 +594,9 @@ HistoryItem *History::createItem(
result->removeMainView();
}
if (message.type() == mtpc_message) {
result->updateSentMedia(message.c_message().vmedia());
result->updateSentContent(
result->originalText(),
message.c_message().vmedia());
}
return result;
}