diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/utils.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/utils.cpp b/protocols/ICQ-WIM/src/utils.cpp index 98ccc45dfe..4fa65d0302 100644 --- a/protocols/ICQ-WIM/src/utils.cpp +++ b/protocols/ICQ-WIM/src/utils.cpp @@ -278,7 +278,7 @@ bool IsChat(const CMStringW &aimid) bool IsValidType(const JSONNode &n) { auto type = n["userType"].as_string(); - return type == "icq" || type == "aim" || type == "interop"; + return type == "icq" || type == "aim" || type == "interop" || type == ""; } int CIcqProto::StatusFromPresence(const JSONNode &presence, MCONTACT hContact) |