mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
feat: await owner-aware Nostr restores
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user