aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-02-15 17:34:46 +0100
committerdefault <nobody@localhost>2024-02-15 17:34:46 +0100
commit263e239653b79d230a7546b9db89ff71dc0f2a53 (patch)
tree7d3718fe8a7927f4ea34028e2280ae384a05142b /html.c
parent2afcb4b6ecafeb852abb2d0bb48d170b469a5a36 (diff)
Moved verified links to its own json file.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index f95cb4f..4eb9b6a 100644
--- a/html.c
+++ b/html.c
@@ -767,7 +767,7 @@ static xs_html *html_user_body(snac *user, int local)
xs_str *k;
xs_str *v;
- xs_dict *val_links = xs_dict_get(user->config, "validated_links");
+ xs_dict *val_links = user->links;
if (xs_is_null(val_links))
val_links = xs_stock_dict;