Show thumbnail of selected group emoji pack.

This commit is contained in:
John Preston
2024-02-18 17:54:09 +04:00
parent 3af646a584
commit 608b4f30c5
2 changed files with 181 additions and 42 deletions
+3
View File
@@ -2616,6 +2616,9 @@ void ApiWrap::setGroupEmojiSet(
megagroup->inputChannel,
Data::InputStickerSet(set)
)).send();
_session->changes().peerUpdated(
megagroup,
Data::PeerUpdate::Flag::EmojiSet);
_session->data().stickers().notifyUpdated(Data::StickersType::Emoji);
}