Client: Invite: Fix bug in resource addressing verification
This commit is contained in:
parent
78ec76d571
commit
256a51baa1
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ clientInvite now personMeID (ClientMsg maybeCap localRecips remoteRecips fwdHost
|
|||
fetchRemoteResource instanceID h lu
|
||||
case result of
|
||||
Left (Entity actorID actor) ->
|
||||
return (remoteActorIdent actor, actorID, u)
|
||||
return (remoteActorIdent actor, actorID, ObjURI h lu)
|
||||
Right (objectID, luManager, (Entity actorID _)) ->
|
||||
return (objectID, actorID, ObjURI h luManager)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue