diff options
| author | Jonathan Yap <none@none> | 2013-01-26 10:36:05 -0500 | 
|---|---|---|
| committer | Jonathan Yap <none@none> | 2013-01-26 10:36:05 -0500 | 
| commit | 71f4f5e4a1534fcf88deae07a7021b02f2ca14f7 (patch) | |
| tree | aba5b7399cf8132c376ac6375b4e622745ae3bc2 | |
| parent | 3882945fb9cfbe2710b8f05c7bf8b8c079272191 (diff) | |
STORM-1838 Added SUPPRESS_TOAST to notification payload
| -rwxr-xr-x | indra/newview/llviewermessage.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 8d4fab4e9f..05b68b7323 100755 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -3017,6 +3017,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)  					}  					else if (IM_TELEPORT_REQUEST == dialog)  					{ +						payload["SUPPRESS_TOAST"] = true;  						params.name = "TeleportRequest";  						params.functor.name = "TeleportRequest";  					} | 
