feat: display website link in profile
This commit is contained in:
parent
7c34042da3
commit
6c049001f6
3 changed files with 12 additions and 1 deletions
|
|
@ -119,6 +119,7 @@ export function getProfileFromProfileEvent(event: Event) {
|
|||
original_username: username,
|
||||
nip05: profileObj.nip05,
|
||||
about: profileObj.about,
|
||||
website: profileObj.website,
|
||||
created_at: event.created_at
|
||||
}
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue