mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 02:49:17 +01:00
stoopd
This commit is contained in:
parent
4d11fd5738
commit
f405137ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ pub async fn versia_post_from_db(
|
|||
uri: url.clone(),
|
||||
created_at: OffsetDateTime::from_unix_timestamp(post.created_at.timestamp()).unwrap(),
|
||||
content: Some(content),
|
||||
mentions: None,
|
||||
mentions: Some(mentions),
|
||||
category: Some(CategoryType::Microblog),
|
||||
device: None,
|
||||
previews: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue