mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Check some more App::main()s.
This commit is contained in:
@@ -1108,7 +1108,7 @@ void MainWidget::onSendFileConfirm(
|
||||
_history->sendFileConfirmed(file, oldId);
|
||||
}
|
||||
|
||||
bool MainWidget::onSendSticker(DocumentData *document) {
|
||||
bool MainWidget::sendExistingDocument(not_null<DocumentData*> document) {
|
||||
return _history->sendExistingDocument(document);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user