summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorYonle <yonle@lecturify.net>2023-07-24 22:56:18 +0700
committerYonle <yonle@lecturify.net>2023-07-24 22:56:18 +0700
commit25bb8f0dd2c934d98f7f7e78514939a0256fc764 (patch)
tree5fd03e833a7676876c94406e3a0ca52f7933b1fa /httpd.c
parent34963e0abcea1189a0bf5eec5695549c0c8bb183 (diff)
Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.
Signed-off-by: Yonle <yonle@lecturify.net>
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);