2
0
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:
RadRussianRus
2020-08-28 19:30:52 +03:00
210 changed files with 6138 additions and 2505 deletions

View File

@@ -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() {