From ae8f5560e4eb5e45ad829fd30d0d9bd575655890 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 26 Dec 2023 18:14:13 +0100 Subject: [PATCH] Really do what is described in previous commit. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index 9f346a8..a5b3ac9 100644 --- a/html.c +++ b/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"));