diff options
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index 2a52bb7..51bd113 100644 --- a/messages.cpp +++ b/messages.cpp @@ -479,7 +479,7 @@ int RecvMsgSvc(WPARAM w, LPARAM l) } if((s2 != wstring::npos) && (s1 != wstring::npos)) { //this is public key - if(metaIsSubcontact(ccs->hContact)) + if(metaIsProtoMetaContacts(ccs->hContact)) { HistoryLog(ccs->hContact, msg, EVENTTYPE_MESSAGE, dbflags); return 0; |