diff options
| author | default <nobody@localhost> | 2024-02-15 17:34:46 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-02-15 17:34:46 +0100 |
| commit | 263e239653b79d230a7546b9db89ff71dc0f2a53 (patch) | |
| tree | 7d3718fe8a7927f4ea34028e2280ae384a05142b /html.c | |
| parent | 2afcb4b6ecafeb852abb2d0bb48d170b469a5a36 (diff) | |
Moved verified links to its own json file.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |