Labels for agent slurls should use the default name system

This commit is contained in:
Liru Færs
2020-03-22 10:36:54 -04:00
parent 4602602a5f
commit a66c91bc5a

View File

@@ -588,7 +588,7 @@ void LLUrlEntryAgent::onAvatarNameCache(const LLUUID& id,
}
mAvatarNameCacheConnections.erase(range.first, range.second);
std::string label = av_name.getCompleteName();
std::string label = av_name.getNSName();
// received the agent name from the server - tell our observers
callObservers(id.asString(), label, mIcon);