mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Update user.ts
This commit is contained in:
parent
118c712a2d
commit
d21887ef13
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ export const packForAp = (
|
||||||
"liked": `${userUrl}/liked.json`,
|
"liked": `${userUrl}/liked.json`,
|
||||||
"inbox": `${userUrl}/inbox.json`,
|
"inbox": `${userUrl}/inbox.json`,
|
||||||
"outbox": `${userUrl}/outbox.json`,
|
"outbox": `${userUrl}/outbox.json`,
|
||||||
|
"sharedInbox": `${config.url}/inbox`,
|
||||||
"preferredUsername": _user.username,
|
"preferredUsername": _user.username,
|
||||||
"name": _user.name,
|
"name": _user.name,
|
||||||
"summary": _user.description,
|
"summary": _user.description,
|
||||||
|
|
Loading…
Reference in a new issue