fixed EXT-4736 There's an ability to block system notifications from nearby chat
--HG-- branch : product-enginemaster
parent
d643a16c38
commit
015453dbc7
|
|
@ -310,7 +310,7 @@ protected:
|
|||
showSystemContextMenu(x,y);
|
||||
if(mSourceType == CHAT_SOURCE_AGENT)
|
||||
showAvatarContextMenu(x,y);
|
||||
if(mSourceType == CHAT_SOURCE_OBJECT)
|
||||
if(mSourceType == CHAT_SOURCE_OBJECT && SYSTEM_FROM != mFrom)
|
||||
showObjectContextMenu(x,y);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue