Skip to content

Commit

Permalink
f Improve stickers support.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Oct 23, 2024
1 parent c890d05 commit 5766473
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Telegram/SourceFiles/data/stickers/data_stickers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,10 @@ void Stickers::apply(const TLDupdateRecentStickers &data) {
// : Data::Stickers::CloudRecentSetId),
// tr::lng_recent_stickers(tr::now),
// data.vsticker_ids().v);
session().api().requestRecentStickersForce(data.vis_attached().v);
session().api().requestSpecialStickersForce(
false,
true,
data.vis_attached().v);
}

void Stickers::apply(const TLDupdateFavoriteStickers &data) {
Expand Down

0 comments on commit 5766473

Please sign in to comment.