Add npub to Account entity
This commit is contained in:
parent
ca31341e04
commit
8d6f8e7d8d
|
@ -77,6 +77,9 @@ async function renderAccount(
|
|||
is_admin: user?.admin || false,
|
||||
is_moderator: user?.admin || false,
|
||||
},
|
||||
nostr: {
|
||||
npub,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue