new release #190
@ -43,7 +43,6 @@ export interface UserAppData {
|
|||||||
sigits: { [key: string]: Meta } // key will be id of create signature
|
sigits: { [key: string]: Meta } // key will be id of create signature
|
||||||
processedGiftWraps: string[] // an array of ids of processed gift wrapped events
|
processedGiftWraps: string[] // an array of ids of processed gift wrapped events
|
||||||
keyPair?: Keys // this key pair is used for blossom requests authentication
|
keyPair?: Keys // this key pair is used for blossom requests authentication
|
||||||
dTag?: string // this will be used for d tag in 30078 kind of events
|
|
||||||
blossomUrls: string[] // array for storing Urls for the files that stores all the sigits and processedGiftWraps on blossom
|
blossomUrls: string[] // array for storing Urls for the files that stores all the sigits and processedGiftWraps on blossom
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ const findRelayListAndUpdateCache = async (
|
|||||||
authors: [hexKey]
|
authors: [hexKey]
|
||||||
}
|
}
|
||||||
|
|
||||||
console.count('findRelayListAndUpdateCache')
|
|
||||||
const event = await relayController.fetchEvent(eventFilter, lookUpRelays)
|
const event = await relayController.fetchEvent(eventFilter, lookUpRelays)
|
||||||
if (event) {
|
if (event) {
|
||||||
await localCache.addUserRelayListMetadata(event)
|
await localCache.addUserRelayListMetadata(event)
|
||||||
|
Loading…
Reference in New Issue
Block a user