mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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)
|
.from = ((gift.anonymous || !gift.fromId)
|
||||||
? nullptr
|
? nullptr
|
||||||
: to->owner().peer(gift.fromId).get()),
|
: to->owner().peer(gift.fromId).get()),
|
||||||
.userpic = true,
|
.userpic = !gift.info.unique,
|
||||||
.hidden = gift.hidden,
|
.hidden = gift.hidden,
|
||||||
.mine = to->isSelf(),
|
.mine = to->isSelf(),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue