diff options
| author | grunfink <grunfink@comam.es> | 2026-04-06 11:42:17 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-04-06 11:42:17 +0200 |
| commit | eac5e61275c8573f3fefd4422d824ab5ca43eb8a (patch) | |
| tree | f6b65b1f042bcf7d335795bbdf216e727da0528c | |
| parent | 1b7d558c974f2d47fc342820b44ab1b355b72ce6 (diff) | |
Minor semantic tweak.
| -rw-r--r-- | webfinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |