mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Provide url property
This commit is contained in:
parent
f449918e82
commit
70214c45ce
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ export default user => {
|
|||
id,
|
||||
inbox: `${id}/inbox`,
|
||||
outbox: `${id}/outbox`,
|
||||
url: `${config.url}/@${user.username}`,
|
||||
preferredUsername: user.username,
|
||||
name: user.name,
|
||||
summary: user.description,
|
||||
|
|
Loading…
Reference in a new issue