feat: use nip04 for encryption and decryption of userData to store on blossom server #162

Merged
enes merged 4 commits from nip44 into staging 2024-08-22 13:52:20 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 070b02abee - Show all commits

View File

@ -43,7 +43,6 @@ export interface UserAppData {
sigits: { [key: string]: Meta } // key will be id of create signature
processedGiftWraps: string[] // an array of ids of processed gift wrapped events
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
}

View File

@ -30,7 +30,6 @@ const findRelayListAndUpdateCache = async (
authors: [hexKey]
}
console.count('findRelayListAndUpdateCache')
const event = await relayController.fetchEvent(eventFilter, lookUpRelays)
if (event) {
await localCache.addUserRelayListMetadata(event)