From 702fe024c0ebbedfba4c7279a8e667f0298e6c12 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 4 Feb 2020 13:19:27 +0400 Subject: [PATCH] Fix a crash in reply data inconsistency. --- Telegram/SourceFiles/history/history_item_components.cpp | 1 + 1 file changed, 1 insertion(+) 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 {