Revert parse order for webfinger results so community comes first
This commit is contained in:
parent
99505b9567
commit
70bf955517
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue