add concord backend

This commit is contained in:
2026-09-15 07:56:09 +07:00
parent 8b0cbd294e
commit 871efa6b6f
9 changed files with 1325 additions and 12 deletions
@@ -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)
}