diff --git a/src/Vervis/Actor/Person/Client.hs b/src/Vervis/Actor/Person/Client.hs index 23c95a0..ca7595a 100644 --- a/src/Vervis/Actor/Person/Client.hs +++ b/src/Vervis/Actor/Person/Client.hs @@ -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) )