forked from coracle/flotilla
Add indexeddb storage
This commit is contained in:
+1
-10
@@ -9,20 +9,11 @@ export type Session = {
|
||||
handler?: Nip46Handler
|
||||
}
|
||||
|
||||
export type Relay = RelayProfile & {
|
||||
fetched_at: number,
|
||||
}
|
||||
export type Relay = RelayProfile
|
||||
|
||||
export type Handle = {
|
||||
pubkey: string
|
||||
nip05: string
|
||||
nip46: string[]
|
||||
relays: string[]
|
||||
fetched_at: number,
|
||||
}
|
||||
|
||||
declare module '@welshman/util' {
|
||||
interface CustomEvent extends TrustedEvent {
|
||||
fetched_at: number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user