1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 01:16:46 +09:00

Client: Fix bug: Invite target isn't addressed

This commit is contained in:
Pere Lev 2023-06-19 10:38:22 +03:00
parent 581838e550
commit 6e8cedadd1
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D

View file

@ -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]