diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-01-07 20:10:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-07 20:10:59 +0200 |
| commit | 92841543f6ccf88bd97c43cb810276b31fb8e623 (patch) | |
| tree | 2f18fe8e647cff09a5584bc56e6d1a94dbe01e4b /indra/newview/llcallingcard.cpp | |
| parent | 0c9dfeb2c709ced86ca9967a82b9816eb192c54c (diff) | |
#4834 update object's modify flag after being granted Edit permission
Diffstat (limited to 'indra/newview/llcallingcard.cpp')
| -rw-r--r-- | indra/newview/llcallingcard.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcallingcard.cpp b/indra/newview/llcallingcard.cpp index 76e308a966..2c9d74ed97 100644 --- a/indra/newview/llcallingcard.cpp +++ b/indra/newview/llcallingcard.cpp @@ -680,6 +680,8 @@ void LLAvatarTracker::processChange(LLMessageSystem* msg) LLNotifications::instance().add("RevokedModifyRights",args, payload); } } + // update modify permissions flags for affected objects + LLViewerObject::markObjectsForUpdate(agent_id); (mBuddyInfo[agent_id])->setRightsFrom(new_rights); } } |
