diff options
| author | 2024-05-09 04:42:35 +0000 | |
|---|---|---|
| committer | 2024-05-09 04:42:35 +0000 | |
| commit | c17a225ce2f4042b084aa83652aefbacbe03f72c (patch) | |
| tree | 36cbad81c61f7c558318871c4178f65a6d24f178 /mastoapi.c | |
| parent | Set avatars and custom emoji as square (fixes display in Dillo) (diff) | |
| parent | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 (diff) | |
| download | snac2-c17a225ce2f4042b084aa83652aefbacbe03f72c.tar.gz snac2-c17a225ce2f4042b084aa83652aefbacbe03f72c.tar.xz snac2-c17a225ce2f4042b084aa83652aefbacbe03f72c.zip | |
Merge branch 'master' into style-tweaks-on-2.52
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1669,7 +1669,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 1669 | xs *l = xs_split(cmd, "/"); | 1669 | xs *l = xs_split(cmd, "/"); |
| 1670 | char *list = xs_list_get(l, -1); | 1670 | char *list = xs_list_get(l, -1); |
| 1671 | 1671 | ||
| 1672 | xs *timeline = list_content(&snac1, list, NULL, 3); | 1672 | xs *timeline = list_timeline(&snac1, list, 0, 2048); |
| 1673 | xs *out = xs_list_new(); | 1673 | xs *out = xs_list_new(); |
| 1674 | int c = 0; | 1674 | int c = 0; |
| 1675 | char *md5; | 1675 | char *md5; |