푸시 혹은 공유링크를 타고 앱을 실행했을 때 처리되는 로직 수정
This commit is contained in:
@@ -94,7 +94,7 @@ extension AppDelegate : UNUserNotificationCenterDelegate {
|
||||
// With swizzling disabled you must let Messaging know about the message, for Analytics
|
||||
Messaging.messaging().appDidReceiveMessage(userInfo)
|
||||
|
||||
let roomIdString = userInfo["suda_room_id"] as? String
|
||||
let roomIdString = userInfo["room_id"] as? String
|
||||
let audioContentIdString = userInfo["audio_content_id"] as? String
|
||||
|
||||
if let roomIdString = roomIdString, let roomId = Int(roomIdString), roomId > 0 {
|
||||
|
Reference in New Issue
Block a user