mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Send as a channel in HistoryWidget.
This commit is contained in:
@@ -1026,9 +1026,7 @@ void SendFilesBox::send(
|
||||
}
|
||||
|
||||
void SendFilesBox::sendSilent() {
|
||||
auto options = Api::SendOptions();
|
||||
options.silent = true;
|
||||
send(options);
|
||||
send({ .silent = true });
|
||||
}
|
||||
|
||||
void SendFilesBox::sendScheduled() {
|
||||
|
Reference in New Issue
Block a user