summaryrefslogtreecommitdiff
path: root/protocols/Skype/src
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-04-20 19:45:54 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-04-20 19:45:54 +0000
commitfba7c419848c0c99caf305fc16c7d37c76a08357 (patch)
tree9ae7c7b995148cdde9839a698cc5192b5139de9e /protocols/Skype/src
parent2973e11eefbc41935fdac9b6040bd0d360510e05 (diff)
fix for message sending
git-svn-id: http://svn.miranda-ng.org/main/trunk@4491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src')
-rw-r--r--protocols/Skype/src/skype_events.cpp8
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,