commit b57409a9590c737da66c0aaa679a47c2c947fbf8
parent 6b1721c977294ee28f54150579c36514aa3ee62a
Author: default <nobody@localhost>
Date: Tue, 7 May 2024 19:45:10 +0200
Fixed typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html.c b/html.c
@@ -2674,7 +2674,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
xs *base = xs_fmt("/list/%s", lid);
*body = html_timeline(&snac, list, 0, skip, show,
- xs_list_len(next), NULL, base, 0);
+ xs_list_len(next), NULL, base, 1);
*b_size = strlen(*body);
status = 200;
}