mirror of https://github.com/procxx/kepka.git
Allow to return to the original chat on forward.
This commit is contained in:
parent
2f1b029ec9
commit
db66e93258
|
@ -593,7 +593,10 @@ bool MainWidget::setForwardDraft(PeerId peerId, MessageIdsList &&items) {
|
||||||
}
|
}
|
||||||
|
|
||||||
peer->owner().history(peer)->setForwardDraft(std::move(items));
|
peer->owner().history(peer)->setForwardDraft(std::move(items));
|
||||||
Ui::showPeerHistory(peer, ShowAtUnreadMsgId);
|
_controller->showPeerHistory(
|
||||||
|
peer,
|
||||||
|
SectionShow::Way::Forward,
|
||||||
|
ShowAtUnreadMsgId);
|
||||||
_history->cancelReply();
|
_history->cancelReply();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue