mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
parent
9738d87f38
commit
7321a63005
@ -109,7 +109,7 @@ impl Object for ApubSite {
|
||||
icon: self.icon.clone().map(ImageObject::new),
|
||||
image: self.banner.clone().map(ImageObject::new),
|
||||
inbox: self.inbox_url.clone().into(),
|
||||
outbox: Url::parse(&format!("{}/site_outbox", self.actor_id))?,
|
||||
outbox: Url::parse(&format!("{}site_outbox", self.actor_id))?,
|
||||
public_key: self.public_key(),
|
||||
language,
|
||||
content_warning: self.content_warning.clone(),
|
||||
|
Loading…
Reference in New Issue
Block a user