This commit is contained in:
April John 2024-11-22 22:36:35 +01:00
parent 44e9e0409d
commit 4d11fd5738

View file

@ -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();
}