2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Suggest animated emoji in Saved Messages.

This commit is contained in:
John Preston
2022-08-02 19:23:06 +03:00
parent 2319278c92
commit 59903b0b1c
7 changed files with 67 additions and 41 deletions

View File

@@ -299,7 +299,8 @@ void ShareBox::prepare() {
Ui::Emoji::SuggestionsController::Init(
getDelegate()->outerContainer(),
_comment->entity(),
_descriptor.session);
_descriptor.session,
{ .suggestCustomEmoji = true });
_select->raise();
}