Use query instead of post
FossilOrigin-Name: 301c9bf4021dad28e344304c80c79f506d0ba981f91d46bf9a0bb833e8e82538
This commit is contained in:
parent
40da84d46d
commit
37766a8bd7
1 changed files with 1 additions and 1 deletions
|
@ -200,8 +200,8 @@ int mastodont_get_account_statuses(mastodont_t* data,
|
|||
struct mastodont_request_args req_args = {
|
||||
storage,
|
||||
url,
|
||||
NULL, 0,
|
||||
params, _mstdnt_arr_len(params),
|
||||
NULL, 0,
|
||||
CURLOPT_HTTPGET,
|
||||
&cb_args,
|
||||
_mstdnt_statuses_result_callback
|
||||
|
|
Loading…
Reference in a new issue