diff options
author | Yonle <yonle@lecturify.net> | 2023-07-24 22:56:18 +0700 |
---|---|---|
committer | Yonle <yonle@lecturify.net> | 2023-07-24 22:56:18 +0700 |
commit | 25bb8f0dd2c934d98f7f7e78514939a0256fc764 (patch) | |
tree | 5fd03e833a7676876c94406e3a0ca52f7933b1fa /httpd.c | |
parent | 34963e0abcea1189a0bf5eec5695549c0c8bb183 (diff) |
Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.
Signed-off-by: Yonle <yonle@lecturify.net>
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |