inform skype that we seen the received message

This commit is contained in:
Jan Kaluza 2012-03-15 09:06:52 +01:00
parent 23457aedcf
commit c4e327423f

View file

@ -699,6 +699,8 @@ static void handle_skype_message(std::string &message, Skype *sk) {
return;
np->handleMessage(sk->getUser(), from_handle, body);
sk->send_command("SET CHATMESSAGE " + cmd[1] + " SEEN");
}
}
else if (cmd[0] == "CALL") {