From eac5e61275c8573f3fefd4422d824ab5ca43eb8a Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 6 Apr 2026 11:42:17 +0200 Subject: Minor semantic tweak. --- webfinger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webfinger.c b/webfinger.c index 57d6a6e..8820d68 100644 --- a/webfinger.c +++ b/webfinger.c @@ -99,7 +99,7 @@ int webfinger_request_signed(snac *snac, const char *qs, xs_str **actor, xs_str else { /* subject not an 'acct:': try in the aliases (i.e. hubzilla does this) */ - const char *aliases = xs_dict_get(obj, "aliases"); + const xs_list *aliases = xs_dict_get(obj, "aliases"); if (xs_is_list(aliases)) { const char *v; -- cgit