Client: Invite: Fix bug in resource addressing verification

This commit is contained in:
Pere Lev 2024-03-16 12:00:53 +02:00
parent 78ec76d571
commit 256a51baa1
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D

View file

@ -934,7 +934,7 @@ clientInvite now personMeID (ClientMsg maybeCap localRecips remoteRecips fwdHost
fetchRemoteResource instanceID h lu fetchRemoteResource instanceID h lu
case result of case result of
Left (Entity actorID actor) -> Left (Entity actorID actor) ->
return (remoteActorIdent actor, actorID, u) return (remoteActorIdent actor, actorID, ObjURI h lu)
Right (objectID, luManager, (Entity actorID _)) -> Right (objectID, luManager, (Entity actorID _)) ->
return (objectID, actorID, ObjURI h luManager) return (objectID, actorID, ObjURI h luManager)
) )