라이브, 콘텐츠, 채널 공유하기

- sns 공유시 보여줄 og data 제거
- shorturl이 적용되지 않은 상태에서 url이 너무 길기 떄문데 임시 적용
This commit is contained in:
Yu Sung
2025-03-07 14:40:18 +09:00
parent c8ea7acb2e
commit 72d37b6bb6
3 changed files with 5 additions and 17 deletions

View File

@@ -404,10 +404,7 @@ final class UserProfileViewModel: ObservableObject {
let params = [
"af_dp": "voiceon://",
"deep_link_value": "channel",
"deep_link_sub5": "\(userId)",
"af_og_title": "보이스온",
"af_og_description": "보이스온 \(nickname)님의 채널입니다.",
"af_og_image": profileImage
"deep_link_sub5": "\(userId)"
]
if let shareUrl = createOneLinkUrlWithURLComponents(params: params) {