Make sure to clear users when leaving chat with non-pidgin clients
This commit is contained in:
parent
ccc6dab512
commit
3dfb1ac17e
1 changed files with 2 additions and 0 deletions
|
@ -494,7 +494,9 @@ void leave_and_delete_chat (PurpleBlistNode *node, gpointer data) {
|
|||
if (P && P->chat.users_num) {
|
||||
tgl_do_del_user_from_chat (conn->TLS, P->id, TGL_MK_USER(conn->TLS->our_id),
|
||||
tgp_notify_on_error_gw, NULL);
|
||||
serv_got_chat_left (conn->gc, tgl_get_peer_id (P->id));
|
||||
}
|
||||
|
||||
purple_blist_remove_chat (PC);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue