mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +01:00
stoopd
This commit is contained in:
parent
4d11fd5738
commit
f405137ef6
|
|
@ -79,7 +79,7 @@ pub async fn versia_post_from_db(
|
||||||
uri: url.clone(),
|
uri: url.clone(),
|
||||||
created_at: OffsetDateTime::from_unix_timestamp(post.created_at.timestamp()).unwrap(),
|
created_at: OffsetDateTime::from_unix_timestamp(post.created_at.timestamp()).unwrap(),
|
||||||
content: Some(content),
|
content: Some(content),
|
||||||
mentions: None,
|
mentions: Some(mentions),
|
||||||
category: Some(CategoryType::Microblog),
|
category: Some(CategoryType::Microblog),
|
||||||
device: None,
|
device: None,
|
||||||
previews: None,
|
previews: None,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue