Revert parse order for webfinger results so community comes first

This commit is contained in:
Felix Ableitner 2025-12-05 14:36:45 +01:00
parent 99505b9567
commit 70bf955517

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 {