Do not remove contact when deleting buddy list node, this is not obvious to the user
This commit is contained in:
parent
31c1037e4d
commit
e665729ee2
1 changed files with 3 additions and 0 deletions
|
@ -696,9 +696,12 @@ static void tgprpl_remove_buddy (PurpleConnection * gc, PurpleBuddy * buddy, Pur
|
|||
(when the secret chat file is loaded) */
|
||||
bl_do_encr_chat_delete (conn->TLS, &peer->encr_chat);
|
||||
break;
|
||||
|
||||
/*
|
||||
case TGL_PEER_USER:
|
||||
tgl_do_del_contact (conn->TLS, peer->id, tgp_notify_on_error_gw, NULL);
|
||||
break;
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue