Update the WebFinger crate

Fixes an issue with some Mastodon accounts
This commit is contained in:
Bat
2018-07-26 21:35:35 +02:00
parent ab4af10ce5
commit 5583029b07
7 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ fn paginated_details(name: String, conn: DbConn, user: Option<User>, page: Page)
"page": page.page,
"n_pages": Page::total(articles.len() as i32)
}))
})
})
}
#[get("/~/<name>", rank = 3)]