Skip to content
Snippets Groups Projects
Unverified Commit 74bbfd41 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update user.ts

parent 4c0b48af
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,7 @@ export const packForAp = (
"liked": `${userUrl}/liked.json`,
"inbox": `${userUrl}/inbox.json`,
"outbox": `${userUrl}/outbox.json`,
"sharedInbox": `${config.url}/inbox`,
"preferredUsername": _user.username,
"name": _user.name,
"summary": _user.description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment