From 25bb8f0dd2c934d98f7f7e78514939a0256fc764 Mon Sep 17 00:00:00 2001 From: Yonle Date: Mon, 24 Jul 2023 22:56:18 +0700 Subject: Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons. Signed-off-by: Yonle --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') 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( "
  • @%s@%s (%s)
  • \n", - uid, uid, host, + snac.actor, uid, host, xs_dict_get(snac.config, "name")); ul = xs_str_cat(ul, u); -- cgit v1.2.3