From 6e8cedadd17490cff5ea29ac089d43d6a64a4d6a Mon Sep 17 00:00:00 2001 From: Pere Lev Date: Mon, 19 Jun 2023 10:38:22 +0300 Subject: [PATCH] Client: Fix bug: Invite target isn't addressed --- src/Vervis/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]