mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
When reporting peer allow to select messages first.
This commit is contained in:
@@ -1073,6 +1073,17 @@ void SessionController::clearPassportForm() {
|
||||
_passportForm = nullptr;
|
||||
}
|
||||
|
||||
void SessionController::showChooseReportMessages(
|
||||
not_null<PeerData*> peer,
|
||||
Ui::ReportReason reason,
|
||||
Fn<void(MessageIdsList)> done) {
|
||||
content()->showChooseReportMessages(peer, reason, std::move(done));
|
||||
}
|
||||
|
||||
void SessionController::clearChooseReportMessages() {
|
||||
content()->clearChooseReportMessages();
|
||||
}
|
||||
|
||||
void SessionController::updateColumnLayout() {
|
||||
content()->updateColumnLayout();
|
||||
}
|
||||
|
Reference in New Issue
Block a user