diff options
-rw-r--r-- | protocols/SkypeWeb/src/skype_chatrooms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp index 0477c27fdb..aa9f07d748 100644 --- a/protocols/SkypeWeb/src/skype_chatrooms.cpp +++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp @@ -71,7 +71,7 @@ void CSkypeProto::StartChatRoom(const TCHAR *tid, const TCHAR *tname) {
// Create the group chat session
GCSESSION gcw = { sizeof(gcw) };
- gcw.iType = GCW_PRIVMESS;
+ gcw.iType = GCW_CHATROOM;
gcw.ptszID = tid;
gcw.pszModule = m_szModuleName;
gcw.ptszName = tname;
|