diff --git a/Telegram/SourceFiles/history/history_item_components.cpp b/Telegram/SourceFiles/history/history_item_components.cpp index 1093a18c3..7ea092c39 100644 --- a/Telegram/SourceFiles/history/history_item_components.cpp +++ b/Telegram/SourceFiles/history/history_item_components.cpp @@ -243,6 +243,7 @@ void HistoryMessageReply::clearData(not_null holder) { replyToMsg = nullptr; } replyToMsgId = 0; + refreshReplyToDocument(); } bool HistoryMessageReply::isNameUpdated() const {