summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@noreply.codeberg.org>2023-07-24 16:16:14 +0000
committergrunfink <grunfink@noreply.codeberg.org>2023-07-24 16:16:14 +0000
commit1882c25a179273510312b2341dbdff8b74df5e3c (patch)
treea9d4cb2f7f7d38bb71efcbde78de9bed8ef79eaa /httpd.c
parent34963e0abcea1189a0bf5eec5695549c0c8bb183 (diff)
parent3c1dc419ea5b7ff2bb4ce55afbbcca9e7f16b985 (diff)
Merge pull request 'Major rollback & Put "User Settings" outside of "Operations...."' (#76) from yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/76
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 1d2200e..9aac3b5 100644
--- a/httpd.c
+++ b/httpd.c
@@ -91,7 +91,7 @@ int server_get_handler(xs_dict *req, char *q_path,
if (user_open(&snac, uid)) {
xs *u = xs_fmt(
"<li><a href=\"%s\">@%s@%s (%s)</a></li>\n",
- uid, uid, host,
+ snac.actor, uid, host,
xs_dict_get(snac.config, "name"));
ul = xs_str_cat(ul, u);