Add note
FossilOrigin-Name: 27c9a89b86ac740d3edfa989355b464a739be05cc5e9c9cc6fb2a453dcb2708b
This commit is contained in:
parent
9c7918ef68
commit
55644c8b14
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ int mastodont_request(mastodont_t* data, struct mastodont_request_args* args)
|
|||
struct mstdnt_fetch_results results = { 0 };
|
||||
curl_mime* mime = NULL;
|
||||
char* post;
|
||||
// TODO debug me
|
||||
char* url_query = args->params_query ?
|
||||
_mstdnt_query_string(data, args->url, args->params_query, args->params_query_len) :
|
||||
args->url;
|
||||
|
|
Loading…
Reference in a new issue