라이브, 콘텐츠, 채널 공유하기
- sns 공유시 보여줄 og data 제거 - shorturl이 적용되지 않은 상태에서 url이 너무 길기 떄문데 임시 적용
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user