Skip to content

Commit

Permalink
Version 5.10.2: Hide unique gift userpic.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 7, 2025
1 parent 86319be commit 88a310a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ constexpr auto kPerPage = 50;
.from = ((gift.anonymous || !gift.fromId)
? nullptr
: to->owner().peer(gift.fromId).get()),
.userpic = true,
.userpic = !gift.info.unique,
.hidden = gift.hidden,
.mine = to->isSelf(),
};
Expand Down

0 comments on commit 88a310a

Please sign in to comment.