mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix reply invalidation on message removal.
This commit is contained in:
@@ -660,6 +660,8 @@ void HistoryMessageReply::clearData(not_null<HistoryItem*> holder) {
|
|||||||
resolvedStory.get());
|
resolvedStory.get());
|
||||||
resolvedStory = nullptr;
|
resolvedStory = nullptr;
|
||||||
}
|
}
|
||||||
|
_name.clear();
|
||||||
|
_text.clear();
|
||||||
_unavailable = 1;
|
_unavailable = 1;
|
||||||
refreshReplyToMedia();
|
refreshReplyToMedia();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user