Fix a crash in reply data inconsistency.

This commit is contained in:
John Preston 2020-02-04 13:19:27 +04:00
parent 1ad0ff34df
commit 702fe024c0
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ void HistoryMessageReply::clearData(not_null<HistoryMessage*> holder) {
replyToMsg = nullptr;
}
replyToMsgId = 0;
refreshReplyToDocument();
}
bool HistoryMessageReply::isNameUpdated() const {