mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix reply invalidation on message removal.
This commit is contained in:
parent
1341907cfd
commit
076291b98f
1 changed files with 2 additions and 0 deletions
|
@ -660,6 +660,8 @@ void HistoryMessageReply::clearData(not_null<HistoryItem*> holder) {
|
|||
resolvedStory.get());
|
||||
resolvedStory = nullptr;
|
||||
}
|
||||
_name.clear();
|
||||
_text.clear();
|
||||
_unavailable = 1;
|
||||
refreshReplyToMedia();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue