mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Moved stickerSetInstalled from ApiWrap to Data::Stickers.
This commit is contained in:
@@ -1691,7 +1691,8 @@ void StickersBox::Inner::saveGroupSet() {
|
||||
: 0;
|
||||
if (newId != oldId) {
|
||||
session().api().setGroupStickerSet(_megagroupSet, _megagroupSetInput);
|
||||
session().api().stickerSetInstalled(Data::Stickers::MegagroupSetId);
|
||||
session().data().stickers().notifyStickerSetInstalled(
|
||||
Data::Stickers::MegagroupSetId);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user