diff options
-rw-r--r-- | protocols/Skype/src/skype_events.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/protocols/Skype/src/skype_events.cpp b/protocols/Skype/src/skype_events.cpp index 87d491cbb5..34f46f8fd6 100644 --- a/protocols/Skype/src/skype_events.cpp +++ b/protocols/Skype/src/skype_events.cpp @@ -85,14 +85,8 @@ void CSkypeProto::OnMessageSended(CConversation::Ref conversation, CMessage::Ref {
HANDLE hContact = this->AddContact(receiver);
- if (sstatus != CMessage::SENDING)
+ //if (sstatus != CMessage::SENDING)
{
- // todo: shit shit shit
- this->SendBroadcast(
- hContact,
- ACKTYPE_MESSAGE,
- sstatus == CMessage::FAILED_TO_SEND ? ACKRESULT_FAILED : ACKRESULT_SUCCESS,
- (HANDLE)message->getOID(), 0);
this->SendBroadcast(
hContact,
ACKTYPE_MESSAGE,
|