Friendship Offered should link receiver's name

This commit is contained in:
Liru Færs
2020-01-17 14:33:38 -05:00
parent 84add2d864
commit e97837e103

View File

@@ -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;