diff options
Diffstat (limited to 'protocols/Teams/src/teams_history.cpp')
-rw-r--r-- | protocols/Teams/src/teams_history.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Teams/src/teams_history.cpp b/protocols/Teams/src/teams_history.cpp index 94a5a0c0a6..5534b6c743 100644 --- a/protocols/Teams/src/teams_history.cpp +++ b/protocols/Teams/src/teams_history.cpp @@ -55,8 +55,8 @@ void CTeamsProto::OnSyncConversations(MHttpResponse *response, AsyncHttpRequest szChatType = szSkypename.Mid(idx + 1); if (szType == "Chat" || szChatType == "thread.skype") { - if (!props["lastleaveat"]) - StartChatRoom(it["id"].as_mstring(), props["topic"].as_mstring(), props["version"].as_string().c_str()); + // if (!props["lastleaveat"]) + StartChatRoom(it["id"].as_mstring(), props["topic"].as_mstring(), props["version"].as_string().c_str()); } else if (szType == "OneToOneChat") { hContact = FindContact(it["properties"]["addedBy"].as_string().c_str()); |