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:
parent
581838e550
commit
6e8cedadd1
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue