mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 15:03:03 +02:00
Don't show visibility status in opened-by-link gifts.
This commit is contained in:
parent
f6d1fe6c04
commit
e4a4be1f53
1 changed files with 2 additions and 1 deletions
|
@ -1157,7 +1157,8 @@ void GenericCreditsEntryBox(
|
|||
&& giftChannel->canTransferGifts();
|
||||
const auto starGiftCanManage = isStarGift
|
||||
&& !creditsHistoryStarGift
|
||||
&& (e.in || giftToChannelCanManage);
|
||||
&& (e.in || giftToChannelCanManage)
|
||||
&& !e.fromGiftSlug;
|
||||
const auto starGiftCanTransfer = isStarGift
|
||||
&& !creditsHistoryStarGift
|
||||
&& (e.in || giftToChannelCanTransfer);
|
||||
|
|
Loading…
Add table
Reference in a new issue