mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Change reply-in-chat locally.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user