From 60d3eecfc0d393c263a77da71a0bbc7bbcdc4412 Mon Sep 17 00:00:00 2001 From: Avently Date: Mon, 29 Jan 2024 05:45:00 -0800 Subject: [PATCH] better comment --- apps/ios/Shared/Views/Onboarding/CreateProfile.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/Onboarding/CreateProfile.swift b/apps/ios/Shared/Views/Onboarding/CreateProfile.swift index c08f2c986..12704387b 100644 --- a/apps/ios/Shared/Views/Onboarding/CreateProfile.swift +++ b/apps/ios/Shared/Views/Onboarding/CreateProfile.swift @@ -169,7 +169,7 @@ private func createProfile(_ displayName: String, showAlert: (UserProfileAlert) m.currentUser = try apiCreateActiveUser(profile) if m.users.isEmpty { try startChat() - // Chat was started but no user data was loaded at the moment + // Chat was started but no user data was loaded at the moment (it may happen after deleting the last user) if m.chats.isEmpty { try getUserChatData() }