Revert parse order for webfinger results so community comes first (#156)
This commit is contained in:
parent
2acf037d79
commit
a7da04c2d8
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ where
|
|||
}
|
||||
})
|
||||
.filter_map(|l| l.href.clone())
|
||||
.rev()
|
||||
.collect();
|
||||
|
||||
for l in links {
|
||||
|
|
|
|||
Loading…
Reference in a new issue