From d91c99ab7e9e2ffafaa1df4c89389434d0d03e56 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 1 Mar 2026 09:04:59 +0100 Subject: Clicking on the account link always lead to the single people page. Even from the full people page. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index 3a19e26..f10106f 100644 --- a/html.c +++ b/html.c @@ -3758,7 +3758,7 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c xs_html_tag("div", xs_html_attr("class", "snac-post-header"), html_actor_icon(user, actor, xs_dict_get(actor, "published"), - NULL, NULL, -1, 1, proxy, NULL, NULL))); + NULL, NULL, -1, 0, proxy, NULL, NULL))); /* content (user bio) */ const char *c = xs_dict_get(actor, "summary"); -- cgit v1.2.3