diff options
| -rw-r--r-- | indra/newview/llimview.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 581043a3d0..e5dda7e8d8 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -171,8 +171,8 @@ void on_new_message(const LLSD& msg)              return;          } -        // Skip toasting for system messages -        if (participant_id.isNull()) +	    // Skip toasting for system messages and for nearby chat +	    if (participant_id.isNull() || session_id.isNull())          {              return;          }  | 
