Skip to content
Snippets Groups Projects
Commit ee048db2 authored by Richard Linden's avatar Richard Linden
Browse files

removed source of notification spam for duplication-suppressed notifications

parent 5038c068
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ bool LLScriptHandler::processNotification(const LLSD& notify) ...@@ -88,7 +88,7 @@ bool LLScriptHandler::processNotification(const LLSD& notify)
initChannel(); initChannel();
} }
if(notify["sigtype"].asString() == "add" || notify["sigtype"].asString() == "change") if(notify["sigtype"].asString() == "add")
{ {
if (LLHandlerUtil::canLogToIM(notification)) if (LLHandlerUtil::canLogToIM(notification))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment