mirror of https://github.com/procxx/kepka.git
Fix a crash in reply data inconsistency.
This commit is contained in:
parent
1ad0ff34df
commit
702fe024c0
|
@ -243,6 +243,7 @@ void HistoryMessageReply::clearData(not_null<HistoryMessage*> holder) {
|
|||
replyToMsg = nullptr;
|
||||
}
|
||||
replyToMsgId = 0;
|
||||
refreshReplyToDocument();
|
||||
}
|
||||
|
||||
bool HistoryMessageReply::isNameUpdated() const {
|
||||
|
|
Loading…
Reference in New Issue