We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c78ef commit 79bd4afCopy full SHA for 79bd4af
1 file changed
bitchat/BitchatApp.swift
@@ -57,11 +57,9 @@ struct BitchatApp: App {
57
let npub = try? idBridge.getCurrentNostrIdentity()?.npub
58
_ = VerificationService.shared.buildMyQRString(nickname: chatViewModel.nickname, npub: npub)
59
}
60
- #if os(iOS)
61
- appDelegate.chatViewModel = chatViewModel
62
- #elseif os(macOS)
+
63
appDelegate.chatViewModel = chatViewModel
64
- #endif
65
// Initialize network activation policy; will start Tor/Nostr only when allowed
66
NetworkActivationService.shared.start()
67
// Check for shared content
0 commit comments