Browse Source

Really do what is described in previous commit.

default 1 year ago
parent
commit
ae8f5560e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html.c

+ 1 - 1
html.c

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