Răsfoiți Sursa

Clicking on the account link always lead to the single people page.

Even from the full people page.
grunfink 5 luni în urmă
părinte
comite
d91c99ab7e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      html.c

+ 1 - 1
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_tag("div",
                     xs_html_attr("class", "snac-post-header"),
                     xs_html_attr("class", "snac-post-header"),
                     html_actor_icon(user, actor, xs_dict_get(actor, "published"),
                     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) */
             /* content (user bio) */
             const char *c = xs_dict_get(actor, "summary");
             const char *c = xs_dict_get(actor, "summary");