diff options
| author | ltning <ltning@noreply.codeberg.org> | 2025-02-04 18:38:41 +0000 |
|---|---|---|
| committer | ltning <ltning@noreply.codeberg.org> | 2025-02-04 18:38:41 +0000 |
| commit | 114ed37f9c3e57a840155b9b71fa9cdf0d7ec8d6 (patch) | |
| tree | 2a7747beb4d10fef57653ac1b91aed9469819dcd /mastoapi.c | |
| parent | f6044d3aa0241a832b0ad1d2c394c0a1b814dbe3 (diff) | |
| parent | a2dde5dedaddb7fe91c061997e1314ba569c2edf (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1676,7 +1676,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, else if (strcmp(opt, "statuses") == 0) { /** **/ /* the public list of posts of a user */ - xs *timeline = timeline_simple_list(&snac2, "public", 0, 256); + xs *timeline = timeline_simple_list(&snac2, "public", 0, 256, NULL); xs_list *p = timeline; const xs_str *v; |