Publish project outbox URL in project AP JSON

This commit is contained in:
fr33domlover 2019-06-30 01:18:52 +00:00
parent add8a3a23b
commit 2109974709

View file

@ -149,7 +149,8 @@ getProjectR shar proj = do
Just $ fromMaybe (prj2text proj) $ projectName project
, actorSummary = projectDesc project
, actorInbox = route2local $ ProjectInboxR shar proj
, actorOutbox = Nothing
, actorOutbox =
Just $ route2local $ ProjectOutboxR shar proj
, actorFollowers =
Just $ route2local $ ProjectFollowersR shar proj
, actorPublicKeys =