diff options
| author | grunfink <grunfink@comam.es> | 2026-06-08 18:36:32 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-06-08 18:36:32 +0200 |
| commit | 4414ed4d7d2168bdb1132f54520318f2e55db4d0 (patch) | |
| tree | 62f08b8b0ed995af940239af213c9f4acc84eec5 | |
| parent | a4bbb848f22d59f603dafb98c1417370195c9939 (diff) | |
Another tweak to search.
Call webfinger_request_fake() for extreme cases.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4851,7 +4851,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, /* retry webfinger, this time with the 'official' id */ const char *id = xs_dict_get(object, "id"); - if (xs_is_string(id) && valid_status(webfinger_request(id, &actor_obj, &url_acct)) && + if (xs_is_string(id) && valid_status(webfinger_request_fake(id, &actor_obj, &url_acct)) && xs_is_string(url_acct)) q = url_acct; } |