summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-02-19 10:57:27 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-02-19 10:57:27 +0200
commite492a24a198a9a66169cf71fcfacf74ff71ed33b (patch)
treec8e969b469ee3725c3f6c366240054145fe7452c /indra/newview/llviewermessage.cpp
parentc4a3bee33562f607bbd56a420bfcb424e00f2f41 (diff)
fixed EXT-5101 “No feedback provided when accepting a friend request”,
added logging of friendship offer accept/decline; --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r--indra/newview/llviewermessage.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index cf7fb8d7eb..05ef060ec5 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -193,9 +193,16 @@ bool friendship_offer_callback(const LLSD& notification, const LLSD& response)
msg->nextBlockFast(_PREHASH_FolderData);
msg->addUUIDFast(_PREHASH_FolderID, fid);
msg->sendReliable(LLHost(payload["sender"].asString()));
+
+ LLNotificationsUtil::add("FriendshipAcceptedByMe",
+ notification["substitutions"], notification["payload"]);
break;
}
case 1: // Decline
+ {
+ LLNotificationsUtil::add("FriendshipDeclinedByMe",
+ notification["substitutions"], notification["payload"]);
+ }
case 2: // Send IM - decline and start IM session
{
// decline