removed source of notification spam for duplication-suppressed notifications
parent
5038c068ea
commit
ee048db209
|
|
@ -88,7 +88,7 @@ bool LLScriptHandler::processNotification(const LLSD& notify)
|
|||
initChannel();
|
||||
}
|
||||
|
||||
if(notify["sigtype"].asString() == "add" || notify["sigtype"].asString() == "change")
|
||||
if(notify["sigtype"].asString() == "add")
|
||||
{
|
||||
if (LLHandlerUtil::canLogToIM(notification))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue