fix: webfinger media type
This commit is contained in:
parent
75808bc926
commit
5126a462b5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ pub async fn webfinger(
|
||||||
links: vec![
|
links: vec![
|
||||||
JsonResourceDescriptorLink {
|
JsonResourceDescriptorLink {
|
||||||
rel: "self".to_string(),
|
rel: "self".to_string(),
|
||||||
link_type: Some("application/ld+json".to_string()),
|
link_type: Some("application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"".to_string()),
|
||||||
href: Some(user.id),
|
href: Some(user.id),
|
||||||
properties: jrd::Map::default(),
|
properties: jrd::Map::default(),
|
||||||
titles: jrd::Map::default(),
|
titles: jrd::Map::default(),
|
||||||
|
|
Loading…
Reference in a new issue