mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Remove incorrect "sender hidden" from unique gifts.
This commit is contained in:
@@ -1992,7 +1992,7 @@ void GenericCreditsEntryBox(
|
||||
: canToggle
|
||||
? std::move(withHide)
|
||||
: visiblePhrase(Ui::Text::WithEntities);
|
||||
if (e.anonymous && e.barePeerId) {
|
||||
if (e.anonymous && e.barePeerId && !uniqueGift) {
|
||||
text = rpl::combine(
|
||||
std::move(text),
|
||||
(giftToChannelCanManage
|
||||
|
||||
Reference in New Issue
Block a user