Add pictureUrl to useAuthorPresentation publish call

This commit is contained in:
Nicolas Cantu 2025-12-28 16:13:06 +01:00
parent 080cfa47d6
commit 58e1ace081

View File

@ -45,6 +45,7 @@ export function useAuthorPresentation(pubkey: string | null) {
presentation: draft.presentation,
contentDescription: draft.contentDescription,
mainnetAddress: draft.mainnetAddress,
...(draft.pictureUrl ? { pictureUrl: draft.pictureUrl } : {}),
},
pubkey,
privateKey