1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 03:14:53 +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]