mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Updated TDesktop sources to 2.3.2+d34eabd
This commit is contained in:
@@ -1089,7 +1089,7 @@ void MainWidget::inlineResultLoadFailed(FileLoader *loader, bool started) {
|
||||
}
|
||||
|
||||
bool MainWidget::sendExistingDocument(not_null<DocumentData*> document) {
|
||||
return _history->sendExistingDocument(document);
|
||||
return _history->sendExistingDocument(document, Api::SendOptions());
|
||||
}
|
||||
|
||||
void MainWidget::dialogsCancelled() {
|
||||
|
Reference in New Issue
Block a user