Create webfinger
crate #5
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub async fn webfinger_handler(
|
|||
let properties = properties
|
||||
.into_iter()
|
||||
.map(|prop| ResourceDescriptorPropertyXRD {
|
||||
r#type: prop.rel, // TODO: Ah si chiama type?
|
||||
rel: prop.rel,
|
||||
value: prop.value,
|
||||
})
|
||||
.collect();
|
||||
|
|
Loading…
Add table
Reference in a new issue