diff --git a/nirvana-ios/nirvana_iosApp.swift b/nirvana-ios/nirvana_iosApp.swift index 9bc202b..45177c3 100644 --- a/nirvana-ios/nirvana_iosApp.swift +++ b/nirvana-ios/nirvana_iosApp.swift @@ -36,8 +36,6 @@ struct nirvana_iosApp: App { // set firestore user document isOnline to true self.authSessionStore.updateUserStatus(userStatus: .online) case .background: - // TODO: find a way to do this in the background so that people can call me and start talking even if it's in the background - // but this may just not be possible, only with an actual call so to speak print("app is in backgroun") self.authSessionStore.updateUserStatus(userStatus: .background) default: