Remove incorrect "sender hidden" from unique gifts.

This commit is contained in:
John Preston
2025-10-09 18:19:27 +04:00
parent f2bc07458d
commit 8ebb084f0f
@@ -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