mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
aaa
This commit is contained in:
parent
44e9e0409d
commit
4d11fd5738
|
|
@ -99,6 +99,7 @@ async fn federate_inbox(note: crate::entities::post::Model) -> anyhow::Result<()
|
|||
array = versia_post.mentions.clone().unwrap();
|
||||
info!("{:#?}", versia_post.mentions.clone().unwrap());
|
||||
} else {
|
||||
info!("fake");
|
||||
array = Vec::new();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue