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:
@@ -496,9 +496,7 @@ void ShareBox::submit(Api::SendOptions options) {
|
||||
}
|
||||
|
||||
void ShareBox::submitSilent() {
|
||||
auto options = Api::SendOptions();
|
||||
options.silent = true;
|
||||
submit(options);
|
||||
submit({ .silent = true });
|
||||
}
|
||||
|
||||
void ShareBox::submitScheduled() {
|
||||
|
Reference in New Issue
Block a user