mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29: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,
|
sensitive: false,
|
||||||
follow_requests_count: 0,
|
follow_requests_count: 0,
|
||||||
nostr: {
|
nostr: {
|
||||||
nip05: parsed05?.value,
|
nip05,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
: undefined,
|
: undefined,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue