라이브, 콘텐츠, 채널 공유 재추가

- AppsFlyer OneLink로 공유링크 생성
This commit is contained in:
Yu Sung
2025-03-07 01:30:39 +09:00
parent 285eb585e0
commit 4a0ccfa075
4 changed files with 57 additions and 3 deletions

View File

@@ -57,7 +57,11 @@ struct UserProfileView: View {
} showCreatorFollowNotifyDialog: {
isShowFollowNotifyDialog = true
} shareChannel: {
viewModel.shareChannel(userId: userId)
viewModel.shareChannel(
userId: creatorProfile.creator.creatorId,
nickname: creatorProfile.creator.nickname,
profileImage: creatorProfile.creator.profileUrl
)
}
if creatorProfile.isCreatorRole {