Revert parse order for webfinger results so community comes first (#156)

This commit is contained in:
Nutomic 2025-12-05 13:42:53 +00:00 committed by GitHub
parent 2acf037d79
commit a7da04c2d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,7 @@ where
} }
}) })
.filter_map(|l| l.href.clone()) .filter_map(|l| l.href.clone())
.rev()
.collect(); .collect();
for l in links { for l in links {