Update user.ts

This commit is contained in:
syuilo 2018-03-30 00:13:20 +09:00 committed by GitHub
parent 74bbfd4144
commit 5c3ca62426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,6 +320,7 @@ export const packForAp = (
"inbox": `${userUrl}/inbox.json`,
"outbox": `${userUrl}/outbox.json`,
"sharedInbox": `${config.url}/inbox`,
"url": `${config.url}/@${_user.username}`,
"preferredUsername": _user.username,
"name": _user.name,
"summary": _user.description,