This commit is contained in:
Ilya Laktyushin 2025-03-08 00:59:01 +04:00
parent 251e1ecee7
commit ff476cb0d7

View File

@ -2638,7 +2638,7 @@ public class GiftViewScreen: ViewControllerComponentContainer {
giftsPeerId = peerId
text = added ? presentationData.strings.Gift_Displayed_ChannelText : presentationData.strings.Gift_Hidden_ChannelText
} else {
giftsPeerId = arguments.peerId
giftsPeerId = context.account.peerId
text = added ? presentationData.strings.Gift_Displayed_NewText : presentationData.strings.Gift_Hidden_NewText
}