Skip to content
Snippets Groups Projects
Commit 421fe9ef authored by James Cook's avatar James Cook
Browse files

Freshly created SLID-only account now shows white tag, not yellow

parent 60799eff
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ void LLAvatarNameCache::processNameFromService(const LLSD& row) ...@@ -120,7 +120,7 @@ void LLAvatarNameCache::processNameFromService(const LLSD& row)
std::string last_name = row["last_name"].asString(); std::string last_name = row["last_name"].asString();
av_name.mDisplayName = av_name.mDisplayName =
LLCacheName::buildFullName(first_name, last_name); LLCacheName::buildFullName(first_name, last_name);
av_name.mIsLegacy = true; av_name.mIsLegacy = (last_name != "Resident");
} }
// add to cache // add to cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment