Explorar o código

Don't create a link to the people page from the public one.

default %!s(int64=2) %!d(string=hai) anos
pai
achega
4fe99ed722
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      html.c

+ 6 - 1
html.c

@@ -1341,7 +1341,12 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
             xs *name = actor_name(actor_r);
             xs *name = actor_name(actor_r);
 
 
             if (!xs_is_null(name)) {
             if (!xs_is_null(name)) {
-                xs *href = xs_fmt("%s/people#%s", user->actor, p);
+                xs *href = NULL;
+
+                if (user != NULL)
+                    href = xs_fmt("%s/people#%s", user->actor, p);
+                else
+                    href = xs_dup(xs_dict_get(actor_r, "id"));
 
 
                 xs_html_add(post_header,
                 xs_html_add(post_header,
                     xs_html_tag("div",
                     xs_html_tag("div",