2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Toggle selection by comments button click.

This commit is contained in:
John Preston
2021-02-16 17:50:41 +04:00
parent 467449ac13
commit 48821af475
9 changed files with 57 additions and 31 deletions

View File

@@ -1419,7 +1419,10 @@ void MainWidget::showChooseReportMessages(
Ui::ReportReason reason,
Fn<void(MessageIdsList)> done) {
_history->setChooseReportMessagesDetails(reason, std::move(done));
ui_showPeerHistory(peer->id, SectionShow(), ShowForChooseMessagesMsgId);
ui_showPeerHistory(
peer->id,
SectionShow::Way::Forward,
ShowForChooseMessagesMsgId);
}
void MainWidget::clearChooseReportMessages() {