Fix post url federation
This commit is contained in:
parent
762c1347ed
commit
031403441c
1 changed files with 1 additions and 2 deletions
|
@ -250,8 +250,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