diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-22 15:48:28 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-22 15:48:28 +0100 |
commit | ef311198f97ca363ceb26b10c7100832274135f7 (patch) | |
tree | a6c6c98628f23ce7bfc749b94aec42cff75796ad /indra/newview/llviewermessage.cpp | |
parent | 827420e2fe1322023ab016d067211689bbcfbd93 (diff) |
SL-18119 - log group join, object add or rez
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index c8b517b4c1..aa31aede7c 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -836,6 +836,11 @@ void send_join_group_response(LLUUID group_id, LLUUID transaction_id, bool accep EInstantMessage type = accept_invite ? IM_GROUP_INVITATION_ACCEPT : IM_GROUP_INVITATION_DECLINE; + if (accept_invite) + { + LLUIUsage::instance().logCommand("Group.Join"); + } + send_improved_im(group_id, std::string("name"), std::string("message"), |