feat: await owner-aware Nostr restores

This commit is contained in:
2026-08-22 16:55:12 +02:00
parent 7607e47358
commit f55f208836
2 changed files with 25 additions and 33 deletions
+3 -8
View File
@@ -24,14 +24,9 @@ export {
backupPubkey,
buildBackupEvent,
buildBackupEvents,
parseBackupEvent
} from './nostr/events'
export type {
NostrEvent,
BackupPart,
BackupPartPayload,
ParsedBackupEvent
parseBackupEvent,
} from './nostr/events'
export type {NostrEvent, BackupPart, BackupPartPayload, ParsedBackupEvent} from './nostr/events'
export type {BackupTransport, NostrFilter} from './nostr/transport'
@@ -40,7 +35,7 @@ export type {
PublishBackupOptions,
PublishBackupResult,
FetchBackupOptions,
NostrRestoreResult
NostrRestoreResult,
} from './nostr/sync'
export {createBackupPublisher} from './nostr/publisher'