Update user.ts

This commit is contained in:
syuilo 2018-03-30 00:05:12 +09:00 committed by GitHub
parent 4c0b48af5e
commit 74bbfd4144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,