We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251e1ec commit ff476cbCopy full SHA for ff476cb
submodules/TelegramUI/Components/Gifts/GiftViewScreen/Sources/GiftViewScreen.swift
@@ -2638,7 +2638,7 @@ public class GiftViewScreen: ViewControllerComponentContainer {
2638
giftsPeerId = peerId
2639
text = added ? presentationData.strings.Gift_Displayed_ChannelText : presentationData.strings.Gift_Hidden_ChannelText
2640
} else {
2641
- giftsPeerId = arguments.peerId
+ giftsPeerId = context.account.peerId
2642
text = added ? presentationData.strings.Gift_Displayed_NewText : presentationData.strings.Gift_Hidden_NewText
2643
}
2644
0 commit comments