ActivityPub visibility on send
This commit is contained in:
parent
ab701bb93e
commit
f079041827
3 changed files with 60 additions and 4 deletions
|
|
@ -19,6 +19,8 @@ export default async (user: ILocalUser) => {
|
|||
id,
|
||||
inbox: `${id}/inbox`,
|
||||
outbox: `${id}/outbox`,
|
||||
followers: `${id}/followers`,
|
||||
following: `${id}/following`,
|
||||
sharedInbox: `${config.url}/inbox`,
|
||||
url: `${config.url}/@${user.username}`,
|
||||
preferredUsername: user.username,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue