add concord backend
This commit is contained in:
@@ -63,7 +63,7 @@ class NostrForegroundService : Service() {
|
||||
|
||||
// Initialize Nostr client
|
||||
try {
|
||||
nostr.init(dbDir.absolutePath)
|
||||
nostr.init(dbDir.absolutePath, AppStore(this@NostrForegroundService))
|
||||
} catch (e: Exception) {
|
||||
throw IllegalStateException("Failed to initialize Nostr Client", e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user