diff options
| author | 2024-03-09 14:37:54 +0000 | |
|---|---|---|
| committer | 2024-03-09 14:37:54 +0000 | |
| commit | 7312f4ce51100d4ed98988cb3af0ab06e4fba53c (patch) | |
| tree | b9fe2c67d8d98605d5376bbad6ffe87ef29c1990 /html.c | |
| parent | Replaced all xs_dict_iter() with xs_dict_next(). (diff) | |
| download | snac2-7312f4ce51100d4ed98988cb3af0ab06e4fba53c.tar.gz snac2-7312f4ce51100d4ed98988cb3af0ab06e4fba53c.tar.xz snac2-7312f4ce51100d4ed98988cb3af0ab06e4fba53c.zip | |
Ability to federate with hidden networks #93 (update for v2.49)
Diffstat (limited to '')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -783,7 +783,7 @@ static xs_html *html_user_body(snac *user, int read_only) | |||
| 783 | while (xs_dict_next(metadata, &k, &v, &c)) { | 783 | while (xs_dict_next(metadata, &k, &v, &c)) { |
| 784 | xs_html *value; | 784 | xs_html *value; |
| 785 | 785 | ||
| 786 | if (xs_startswith(v, "https:/" "/")) { | 786 | if (xs_startswith(v, "http")) { |
| 787 | /* is this link validated? */ | 787 | /* is this link validated? */ |
| 788 | xs *verified_link = NULL; | 788 | xs *verified_link = NULL; |
| 789 | xs_number *val_time = xs_dict_get(val_links, v); | 789 | xs_number *val_time = xs_dict_get(val_links, v); |