summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-14 05:17:33 +0200
committerdefault <nobody@localhost>2024-05-14 05:17:33 +0200
commit281f934f74c662d3c2e58db556f3046a736a2f00 (patch)
treebf06a77cb0d01ac1f4d8ad94ee2c882298500298 /html.c
parentba00443b84f3c7663d567e65ddfd7ea9257d6ce1 (diff)
content_search() also searches the instance timeline.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 10b1427..2b0436e 100644
--- a/html.c
+++ b/html.c
@@ -2604,7 +2604,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
else
title = xs_fmt(L("Nothing found for '%s'"), q);
- *body = html_timeline(&snac, tl, 0, skip, tl_len, to || tl_len == show, title, page, 1);
+ *body = html_timeline(&snac, tl, 0, skip, tl_len, to || tl_len == show, title, page, 0);
*b_size = strlen(*body);
status = 200;
}