Fix formatting issues and add signed fetch actor in main.rs

This commit is contained in:
aprilthepink 2024-05-03 23:42:42 +02:00
parent e59bcfbc60
commit 7266790889
2 changed files with 3 additions and 2 deletions

View file

@ -78,4 +78,4 @@ impl ActivityHandler for CreatePost {
post::Model::from_json(self.object, data).await?;
Ok(())
}
}
}