From 38a0a95431a67a9fac924a372189b6c4364d5c5f Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Mon, 8 Jul 2019 13:47:21 +0300 Subject: SL-11554 [Legacy Profiles] The avatar permissions values are not saved/shown correctly in some cases --- indra/newview/llcallingcard.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llcallingcard.cpp') diff --git a/indra/newview/llcallingcard.cpp b/indra/newview/llcallingcard.cpp index 6d20b23e9f..89e2db9404 100644 --- a/indra/newview/llcallingcard.cpp +++ b/indra/newview/llcallingcard.cpp @@ -639,6 +639,7 @@ void LLAvatarTracker::processChange(LLMessageSystem* msg) if(mBuddyInfo.find(agent_related) != mBuddyInfo.end()) { (mBuddyInfo[agent_related])->setRightsTo(new_rights); + mChangedBuddyIDs.insert(agent_related); } } else -- cgit v1.2.3