diff options
-rw-r--r-- | protocols/Skype/src/skype_events.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/Skype/src/skype_events.cpp b/protocols/Skype/src/skype_events.cpp index b35300a3b8..91731fbd6a 100644 --- a/protocols/Skype/src/skype_events.cpp +++ b/protocols/Skype/src/skype_events.cpp @@ -106,11 +106,11 @@ void CSkypeProto::OnMessageSended(CConversation::Ref &conversation, CMessage::Re SEBinary guid;
message->GetPropGuid(guid);
- this->RaiseMessageSendedEvent(
- hContact,
- timestamp,
- guid.data(),
- text);
+ //this->RaiseMessageSendedEvent(
+ //hContact,
+ //timestamp,
+ //guid.data(),
+ //text);
}
}
else
|