FossilOrigin-Name: 27c9a89b86ac740d3edfa989355b464a739be05cc5e9c9cc6fb2a453dcb2708b
This commit is contained in:
me@ow.nekobit.net 2022-05-09 06:05:28 +00:00
parent 9c7918ef68
commit 55644c8b14
1 changed files with 1 additions and 0 deletions

View File

@ -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;