diff --git a/src/Vervis/Handler/Project.hs b/src/Vervis/Handler/Project.hs index 0265dff..9bd2fde 100644 --- a/src/Vervis/Handler/Project.hs +++ b/src/Vervis/Handler/Project.hs @@ -140,7 +140,10 @@ getProjectR shar proj = selectRep $ do Just $ fromMaybe (prj2text proj) $ projectName project , actorSummary = projectDesc project , actorInbox = route2local $ ProjectInboxR shar proj - , actorPublicKeys = [] + , actorPublicKeys = + [ Left $ route2local ActorKey1R + , Left $ route2local ActorKey2R + ] } putProjectR :: ShrIdent -> PrjIdent -> Handler Html