mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Added api support for reports with server options.
This commit is contained in:
@@ -2412,9 +2412,9 @@ void SessionController::clearPassportForm() {
|
||||
|
||||
void SessionController::showChooseReportMessages(
|
||||
not_null<PeerData*> peer,
|
||||
Ui::ReportReason reason,
|
||||
Fn<void(MessageIdsList)> done) const {
|
||||
content()->showChooseReportMessages(peer, reason, std::move(done));
|
||||
Data::ReportInput reportInput,
|
||||
Fn<void(std::vector<MsgId>)> done) const {
|
||||
content()->showChooseReportMessages(peer, reportInput, std::move(done));
|
||||
}
|
||||
|
||||
void SessionController::clearChooseReportMessages() const {
|
||||
|
||||
Reference in New Issue
Block a user