start the service

This commit is contained in:
callebtc
2026-01-12 14:13:24 +07:00
parent 0f5299a0f5
commit 6630f5a792
+4
View File
@@ -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()
}