diff options
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -844,7 +844,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 844 | if (limit == 0) | 844 | if (limit == 0) |
| 845 | limit = 20; | 845 | limit = 20; |
| 846 | 846 | ||
| 847 | xs *timeline = timeline_simple_list(&snac1, "private", 0, XS_ALL); | 847 | xs *timeline = timeline_simple_list(&snac1, "private", 0, 256); |
| 848 | 848 | ||
| 849 | xs *out = xs_list_new(); | 849 | xs *out = xs_list_new(); |
| 850 | xs_list *p = timeline; | 850 | xs_list *p = timeline; |