2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Refresh file references when sending stickers.

This commit is contained in:
John Preston
2018-07-16 20:31:07 +03:00
parent 557d363d02
commit c913c77fef
14 changed files with 218 additions and 131 deletions

View File

@@ -1688,7 +1688,7 @@ void MainWidget::onSendFileConfirm(
}
bool MainWidget::onSendSticker(DocumentData *document) {
return _history->onStickerSend(document);
return _history->onStickerOrGifSend(document);
}
void MainWidget::dialogsCancelled() {