diff --git a/bitchat/BitchatApp.swift b/bitchat/BitchatApp.swift index 644554b0..049ae56b 100644 --- a/bitchat/BitchatApp.swift +++ b/bitchat/BitchatApp.swift @@ -63,6 +63,10 @@ struct BitchatApp: App { // Initialize network activation policy; will start Tor/Nostr only when allowed NetworkActivationService.shared.start() + + // Start presence service (will wait for Tor readiness) + GeohashPresenceService.shared.start() + // Check for shared content checkForSharedContent() }