diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-08-21 16:22:43 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-08-21 16:22:43 +0300 |
commit | 9773e06cc12b432772eda856c5281c749caec988 (patch) | |
tree | 9d600cf2d5af2993a6272df1c5f048e41a0c5451 /indra/newview/llimview.h | |
parent | 99a4bd23dadbdaf8e82ceca26af531c93d5fd4a6 (diff) |
SL-11753 FIXED Group & Resident with the same name share chat history.
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 81d3ffa1a6..344f6d9a83 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -91,6 +91,7 @@ public: bool isOutgoingAdHoc() const; bool isAdHoc(); bool isP2P(); + bool isGroupChat(); bool isOtherParticipantAvaline(); bool isP2PSessionType() const { return mSessionType == P2P_SESSION;} |