From e97837e1036c025930ec9947991012c9c10809f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Fri, 17 Jan 2020 14:33:38 -0500 Subject: [PATCH] Friendship Offered should link receiver's name --- indra/newview/llavataractions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 8f37e6d49..3685ce21b 100644 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -1197,7 +1197,7 @@ void LLAvatarActions::requestFriendship(const LLUUID& target_id, const std::stri calling_card_folder_id); LLSD args; - args["TO_NAME"] = target_name; + args["TO_NAME"] = getSLURL(target_id); LLSD payload; payload["from_id"] = target_id;