2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 07:25:46 +00:00

Added sticker picker to touchbar.

This commit is contained in:
23rd
2019-06-12 22:49:28 +03:00
committed by John Preston
parent a4d83b679a
commit dcba07b9b7
6 changed files with 394 additions and 38 deletions

View File

@@ -5229,6 +5229,7 @@ void ApiWrap::sendExistingDocument(
main->finishForwarding(history);
if (document->sticker()) {
main->incrementSticker(document);
_session->data().notifyRecentStickersUpdated();
}
}
}