mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-28 13:08:56 +00:00
Change reply-in-chat locally.
This commit is contained in:
parent
02a306ba70
commit
5a47acf1d2
@ -1942,6 +1942,10 @@ bool HistoryWidget::applyDraft(FieldHistoryAction fieldHistoryAction) {
|
||||
} else if (!readyToForward()) {
|
||||
const auto draft = _history->localDraft({});
|
||||
_processingReplyTo = draft ? draft->reply : FullReplyTo();
|
||||
if (_processingReplyTo) {
|
||||
_processingReplyItem = session().data().message(
|
||||
_processingReplyTo.messageId);
|
||||
}
|
||||
processReply();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user