mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Remove userdata from _blocklist_result_handler
This commit is contained in:
parent
aabe3afff8
commit
2e1eb9210a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user