summaryrefslogtreecommitdiff
path: root/indra/newview/llimprocessing.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-06-26 17:00:43 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-06-26 17:00:43 +0300
commitd392b97aa71ca06589bb1bc850c19c6855f3fa79 (patch)
tree33d67c295ca6fe9a194527d114c64f61ba0ab04d /indra/newview/llimprocessing.cpp
parentca067076c18b961ab68a0f1bb88ff252850181dd (diff)
SL-11454 Dismissing group notice should move attachment to trash
Diffstat (limited to 'indra/newview/llimprocessing.cpp')
-rw-r--r--indra/newview/llimprocessing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp
index d59c301210..236addac6d 100644
--- a/indra/newview/llimprocessing.cpp
+++ b/indra/newview/llimprocessing.cpp
@@ -715,7 +715,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id,
{
info = new LLOfferInfo();
- info->mIM = IM_GROUP_NOTICE;
+ info->mIM = dialog;
info->mFromID = from_id;
info->mFromGroup = from_group;
info->mTransactionID = session_id;