Fix post url federation
This commit is contained in:
parent
400f949580
commit
554d6beafa
1 changed files with 1 additions and 2 deletions
|
@ -253,8 +253,7 @@ impl FromApub for PostForm {
|
|||
let url = page
|
||||
.inner
|
||||
.url()
|
||||
.as_ref()
|
||||
.map(|u| u.as_single_xsd_string())
|
||||
.map(|u| u.as_single_xsd_any_uri())
|
||||
.flatten()
|
||||
.map(|s| s.to_string());
|
||||
let body = page
|
||||
|
|
Loading…
Reference in a new issue