diff --git a/src/views/mastodon/accounts.ts b/src/views/mastodon/accounts.ts index 0077b553..89729e57 100644 --- a/src/views/mastodon/accounts.ts +++ b/src/views/mastodon/accounts.ts @@ -79,7 +79,7 @@ async function renderAccount( is_moderator: user?.admin || false, }, nostr: { - npub, + pubkey, }, }; }