mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-26 07:23:02 +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();
|
&& giftChannel->canTransferGifts();
|
||||||
const auto starGiftCanManage = isStarGift
|
const auto starGiftCanManage = isStarGift
|
||||||
&& !creditsHistoryStarGift
|
&& !creditsHistoryStarGift
|
||||||
&& (e.in || giftToChannelCanManage);
|
&& (e.in || giftToChannelCanManage)
|
||||||
|
&& !e.fromGiftSlug;
|
||||||
const auto starGiftCanTransfer = isStarGift
|
const auto starGiftCanTransfer = isStarGift
|
||||||
&& !creditsHistoryStarGift
|
&& !creditsHistoryStarGift
|
||||||
&& (e.in || giftToChannelCanTransfer);
|
&& (e.in || giftToChannelCanTransfer);
|
||||||
|
|
Loading…
Add table
Reference in a new issue