From 2109974709a7961c1b5b53202563d933efeb46a5 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sun, 30 Jun 2019 01:18:52 +0000 Subject: [PATCH] Publish project outbox URL in project AP JSON --- src/Vervis/Handler/Project.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Vervis/Handler/Project.hs b/src/Vervis/Handler/Project.hs index 87aa7a9..186c85d 100644 --- a/src/Vervis/Handler/Project.hs +++ b/src/Vervis/Handler/Project.hs @@ -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 =