sharedInboxを提供

This commit is contained in:
syuilo 2018-04-23 15:37:27 +09:00
parent 02bb99ac02
commit 1131ce8a71
2 changed files with 8 additions and 3 deletions

View file

@ -10,6 +10,7 @@ export default user => {
id,
inbox: `${id}/inbox`,
outbox: `${id}/outbox`,
sharedInbox: `${config.url}/inbox`,
url: `${config.url}/@${user.username}`,
preferredUsername: user.username,
name: user.name,