mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
renderAccount: return the unverified nip05 raw value
This commit is contained in:
parent
75c277e7e8
commit
4dd527474c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ async function renderAccount(
|
|||
sensitive: false,
|
||||
follow_requests_count: 0,
|
||||
nostr: {
|
||||
nip05: parsed05?.value,
|
||||
nip05,
|
||||
},
|
||||
}
|
||||
: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue