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:
@@ -299,7 +299,8 @@ void ShareBox::prepare() {
|
||||
Ui::Emoji::SuggestionsController::Init(
|
||||
getDelegate()->outerContainer(),
|
||||
_comment->entity(),
|
||||
_descriptor.session);
|
||||
_descriptor.session,
|
||||
{ .suggestCustomEmoji = true });
|
||||
|
||||
_select->raise();
|
||||
}
|
||||
|
Reference in New Issue
Block a user