mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Don't show premium effects on message previews.
This commit is contained in:
@@ -78,7 +78,7 @@ std::unique_ptr<Media> CreateAttach(
|
||||
return std::make_unique<GroupedMedia>(parent, collage);
|
||||
} else if (document) {
|
||||
if (document->sticker()) {
|
||||
const auto skipPremiumEffect = false;
|
||||
const auto skipPremiumEffect = true;
|
||||
return std::make_unique<UnwrappedMedia>(
|
||||
parent,
|
||||
std::make_unique<Sticker>(
|
||||
|
Reference in New Issue
Block a user