mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-31 07:52:06 +00:00
parent
e60a9f0943
commit
f88466a376
@ -594,11 +594,6 @@ HistoryItem *History::createItem(
|
|||||||
if (detachExistingItem) {
|
if (detachExistingItem) {
|
||||||
result->removeMainView();
|
result->removeMainView();
|
||||||
}
|
}
|
||||||
if (message.type() == mtpc_message) {
|
|
||||||
result->updateSentContent(
|
|
||||||
result->originalText(),
|
|
||||||
message.c_message().vmedia());
|
|
||||||
}
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
return HistoryItem::Create(this, message, clientFlags);
|
return HistoryItem::Create(this, message, clientFlags);
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit fcb44b320c008b21f9e168149a3ac72f68530b4c
|
Subproject commit 604f62599e9ee5f4d57d778ebbe9403c2a875245
|
Loading…
Reference in New Issue
Block a user