Refactor dvm request and outbox loader

This commit is contained in:
Jon Staab
2025-04-11 09:21:55 -07:00
parent 837fd1ab66
commit 7e44fa414c
8 changed files with 42 additions and 55 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const {
name: "profiles",
store: profiles,
getKey: profile => profile.event.pubkey,
load: makeOutboxLoader([PROFILE]),
load: makeOutboxLoader(PROFILE),
})
export const displayProfileByPubkey = (pubkey: string | undefined) =>