mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Refresh file references when sending stickers.
This commit is contained in:
@@ -1688,7 +1688,7 @@ void MainWidget::onSendFileConfirm(
|
||||
}
|
||||
|
||||
bool MainWidget::onSendSticker(DocumentData *document) {
|
||||
return _history->onStickerSend(document);
|
||||
return _history->onStickerOrGifSend(document);
|
||||
}
|
||||
|
||||
void MainWidget::dialogsCancelled() {
|
||||
|
Reference in New Issue
Block a user