diff --git a/Telegram/SourceFiles/history/history.cpp b/Telegram/SourceFiles/history/history.cpp index 808cf85250..f1a2559ce5 100644 --- a/Telegram/SourceFiles/history/history.cpp +++ b/Telegram/SourceFiles/history/history.cpp @@ -594,11 +594,6 @@ HistoryItem *History::createItem( if (detachExistingItem) { result->removeMainView(); } - if (message.type() == mtpc_message) { - result->updateSentContent( - result->originalText(), - message.c_message().vmedia()); - } return result; } return HistoryItem::Create(this, message, clientFlags); diff --git a/Telegram/lib_ui b/Telegram/lib_ui index fcb44b320c..604f62599e 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit fcb44b320c008b21f9e168149a3ac72f68530b4c +Subproject commit 604f62599e9ee5f4d57d778ebbe9403c2a875245