diff --git a/src/Vervis/Client.hs b/src/Vervis/Client.hs index c52f183..921b520 100644 --- a/src/Vervis/Client.hs +++ b/src/Vervis/Client.hs @@ -1019,7 +1019,7 @@ invite personID uRecipient uResource role = do audRecipient = case recipientDB of Left (GrantRecipPerson p) -> - AudLocal [] [LocalStagePersonFollowers p] + AudLocal [LocalActorPerson p] [LocalStagePersonFollowers p] Right (remoteActor, ObjURI h lu) -> AudRemote h [lu]