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 =
|
audRecipient =
|
||||||
case recipientDB of
|
case recipientDB of
|
||||||
Left (GrantRecipPerson p) ->
|
Left (GrantRecipPerson p) ->
|
||||||
AudLocal [] [LocalStagePersonFollowers p]
|
AudLocal [LocalActorPerson p] [LocalStagePersonFollowers p]
|
||||||
Right (remoteActor, ObjURI h lu) ->
|
Right (remoteActor, ObjURI h lu) ->
|
||||||
AudRemote h
|
AudRemote h
|
||||||
[lu]
|
[lu]
|
||||||
|
|
Loading…
Reference in a new issue