sharedInboxを提供
This commit is contained in:
parent
02bb99ac02
commit
1131ce8a71
2 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue