All agent SLURLs should use the name system names, not just profile ones.

This commit is contained in:
Liru Færs
2020-03-25 23:57:05 -04:00
parent 4a237de72a
commit 28e5270d87

View File

@@ -666,7 +666,7 @@ std::string LLUrlEntryAgent::getLabel(const std::string &url, const LLUrlLabelCa
LLAvatarName av_name;
if (LLAvatarNameCache::get(agent_id, &av_name))
{
std::string label = av_name.getCompleteName();
std::string label = av_name.getNSName();
// handle suffixes like /mute or /offerteleport
label = localize_slapp_label(url, label);