mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Version 5.10.2: Hide unique gift userpic.
This commit is contained in:
parent
86319be256
commit
88a310a86e
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue