summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar grunfink2024-04-18 15:12:47 +0000
committerGravatar grunfink2024-04-18 15:12:47 +0000
commit100c9cf569ef4497160ac60a55f5b94b9cb524bc (patch)
tree30791ca1d83e2b94787e42432898ac7b2c7f7943 /html.c
parentImproved non-public reply check. (diff)
parentAbility to federate with hidden networks #93 (update for v2.49) (diff)
downloadsnac2-100c9cf569ef4497160ac60a55f5b94b9cb524bc.tar.gz
snac2-100c9cf569ef4497160ac60a55f5b94b9cb524bc.tar.xz
snac2-100c9cf569ef4497160ac60a55f5b94b9cb524bc.zip
Merge pull request 'Ability to federate with hidden networks #93 (update for v2.49)' (#149) from iwojima/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
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 0fca601..a251e21 100644
--- a/html.c
+++ b/html.c
@@ -813,7 +813,7 @@ static xs_html *html_user_body(snac *user, int read_only)
813 while (xs_dict_next(metadata, &k, &v, &c)) { 813 while (xs_dict_next(metadata, &k, &v, &c)) {
814 xs_html *value; 814 xs_html *value;
815 815
816 if (xs_startswith(v, "https:/" "/")) { 816 if (xs_startswith(v, "http")) {
817 /* is this link validated? */ 817 /* is this link validated? */
818 xs *verified_link = NULL; 818 xs *verified_link = NULL;
819 xs_number *val_time = xs_dict_get(val_links, v); 819 xs_number *val_time = xs_dict_get(val_links, v);