Publish project outbox URL in project AP JSON
This commit is contained in:
parent
add8a3a23b
commit
2109974709
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ getProjectR shar proj = do
|
||||||
Just $ fromMaybe (prj2text proj) $ projectName project
|
Just $ fromMaybe (prj2text proj) $ projectName project
|
||||||
, actorSummary = projectDesc project
|
, actorSummary = projectDesc project
|
||||||
, actorInbox = route2local $ ProjectInboxR shar proj
|
, actorInbox = route2local $ ProjectInboxR shar proj
|
||||||
, actorOutbox = Nothing
|
, actorOutbox =
|
||||||
|
Just $ route2local $ ProjectOutboxR shar proj
|
||||||
, actorFollowers =
|
, actorFollowers =
|
||||||
Just $ route2local $ ProjectFollowersR shar proj
|
Just $ route2local $ ProjectFollowersR shar proj
|
||||||
, actorPublicKeys =
|
, actorPublicKeys =
|
||||||
|
|
Loading…
Reference in a new issue