summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar grunfink2026-03-01 09:04:59 +0100
committerGravatar grunfink2026-03-01 09:04:59 +0100
commitd91c99ab7e9e2ffafaa1df4c89389434d0d03e56 (patch)
treef0748028ad78485045411babf8246c05b7554b13 /html.c
parentUpdated formatting.md. (diff)
downloadsnac2-d91c99ab7e9e2ffafaa1df4c89389434d0d03e56.tar.gz
snac2-d91c99ab7e9e2ffafaa1df4c89389434d0d03e56.tar.xz
snac2-d91c99ab7e9e2ffafaa1df4c89389434d0d03e56.zip
Clicking on the account link always lead to the single people page.HEADmaster
Even from the full people page.
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 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
3758 xs_html_tag("div", 3758 xs_html_tag("div",
3759 xs_html_attr("class", "snac-post-header"), 3759 xs_html_attr("class", "snac-post-header"),
3760 html_actor_icon(user, actor, xs_dict_get(actor, "published"), 3760 html_actor_icon(user, actor, xs_dict_get(actor, "published"),
3761 NULL, NULL, -1, 1, proxy, NULL, NULL))); 3761 NULL, NULL, -1, 0, proxy, NULL, NULL)));
3762 3762
3763 /* content (user bio) */ 3763 /* content (user bio) */
3764 const char *c = xs_dict_get(actor, "summary"); 3764 const char *c = xs_dict_get(actor, "summary");