From 84fd0c2f36b13248d7dd29f68c43499b74c9fd3c Mon Sep 17 00:00:00 2001 From: nekobit Date: Sat, 11 Jun 2022 05:51:07 +0000 Subject: [PATCH] Set params for followers/following callback FossilOrigin-Name: 87b24ef8e13fa8453f37823f0afe62ed99aff927a7669276540d4bb6f975708d --- src/account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account.c b/src/account.c index 7de8a46..94da72b 100644 --- a/src/account.c +++ b/src/account.c @@ -77,7 +77,7 @@ static int mastodont_get_accounts_query(char* url, struct mastodont_request_args req_args = { storage, url, - NULL, 0, + params, _mstdnt_arr_len(params), NULL, 0, CURLOPT_HTTPGET, NULL,