inform skype that we seen the received message
This commit is contained in:
parent
23457aedcf
commit
c4e327423f
1 changed files with 2 additions and 0 deletions
|
@ -699,6 +699,8 @@ static void handle_skype_message(std::string &message, Skype *sk) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
np->handleMessage(sk->getUser(), from_handle, body);
|
np->handleMessage(sk->getUser(), from_handle, body);
|
||||||
|
|
||||||
|
sk->send_command("SET CHATMESSAGE " + cmd[1] + " SEEN");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (cmd[0] == "CALL") {
|
else if (cmd[0] == "CALL") {
|
||||||
|
|
Loading…
Add table
Reference in a new issue