Remove userdata from _blocklist_result_handler
This commit is contained in:
@@ -73,7 +73,7 @@ blocking_request(void)
|
||||
}
|
||||
blocked_ac = autocomplete_new();
|
||||
|
||||
iq_id_handler_add(id, _blocklist_result_handler, id);
|
||||
iq_id_handler_add(id, _blocklist_result_handler, NULL);
|
||||
|
||||
iq = stanza_create_blocked_list_request(ctx);
|
||||
xmpp_stanza_set_id(iq, id);
|
||||
|
||||
Reference in New Issue
Block a user