mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Add npub to Account entity
This commit is contained in:
parent
ca31341e04
commit
8d6f8e7d8d
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ async function renderAccount(
|
|||
is_admin: user?.admin || false,
|
||||
is_moderator: user?.admin || false,
|
||||
},
|
||||
nostr: {
|
||||
npub,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue