diff options
| author | grunfink <grunfink@comam.es> | 2026-03-01 09:04:59 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-03-01 09:04:59 +0100 |
| commit | d91c99ab7e9e2ffafaa1df4c89389434d0d03e56 (patch) | |
| tree | f0748028ad78485045411babf8246c05b7554b13 /html.c | |
| parent | 57fd3174e6b3086e1613edcc468284fad75d85b3 (diff) | |
Clicking on the account link always lead to the single people page.
Even from the full people page.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |