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 =