Refactor dvm request and outbox loader
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user