diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 4c5e6fad2..12ece2c78 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -673,6 +673,7 @@ bool join_group_response(const LLSD& notification, const LLSD& response) args["NAME"] = name; args["INVITE"] = message; LLNotificationsUtil::add("JoinedTooManyGroupsMember", args, notification["payload"]); + return false; } }