mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
[fix] format files
This commit is contained in:
parent
b90a332b3c
commit
9bc640aadc
11 changed files with 78 additions and 46 deletions
|
|
@ -1,2 +1,2 @@
|
|||
pub mod person;
|
||||
pub mod post;
|
||||
pub mod post;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
use crate::{
|
||||
activities::create_post::CreatePost,
|
||||
database::DatabaseHandle,
|
||||
error::Error,
|
||||
utils::generate_object_id,
|
||||
objects::person::DbUser,
|
||||
activities::create_post::CreatePost, database::DatabaseHandle, error::Error,
|
||||
objects::person::DbUser, utils::generate_object_id,
|
||||
};
|
||||
use activitypub_federation::{
|
||||
config::Data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue