mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Remove old comment
It's not up to date. Some time ago we changed from individual handlers to general ones.
This commit is contained in:
parent
c4a52b13e8
commit
ef19b45e64
@ -396,7 +396,6 @@ iq_http_upload_request(HTTPUpload *upload)
|
||||
xmpp_ctx_t * const ctx = connection_get_ctx();
|
||||
char *id = connection_create_stanza_id();
|
||||
xmpp_stanza_t *iq = stanza_create_http_upload_request(ctx, id, jid, upload);
|
||||
// TODO add free func
|
||||
iq_id_handler_add(id, _http_upload_response_id_handler, NULL, upload);
|
||||
free(id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user