Skip to content

Commit ff476cb

Browse files
committed
Fix
1 parent 251e1ec commit ff476cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submodules/TelegramUI/Components/Gifts/GiftViewScreen/Sources/GiftViewScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@ public class GiftViewScreen: ViewControllerComponentContainer {
26382638
giftsPeerId = peerId
26392639
text = added ? presentationData.strings.Gift_Displayed_ChannelText : presentationData.strings.Gift_Hidden_ChannelText
26402640
} else {
2641-
giftsPeerId = arguments.peerId
2641+
giftsPeerId = context.account.peerId
26422642
text = added ? presentationData.strings.Gift_Displayed_NewText : presentationData.strings.Gift_Hidden_NewText
26432643
}
26442644

0 commit comments

Comments
 (0)