Do not remove contact when deleting buddy list node, this is not obvious to the user

This commit is contained in:
mjentsch 2015-09-06 22:33:21 +02:00
parent 31c1037e4d
commit e665729ee2

View file

@ -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;
*/
}
}