Fix sharedInbox location (#3711)
* Fix sharedInbox location * Perform update Following * Fix comment
This commit is contained in:
parent
95c4e4497e
commit
be0cb88b6c
3 changed files with 14 additions and 3 deletions
|
@ -63,6 +63,7 @@ export default async (user: ILocalUser) => {
|
|||
following: `${id}/following`,
|
||||
featured: `${id}/collections/featured`,
|
||||
sharedInbox: `${config.url}/inbox`,
|
||||
endpoints: { 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