mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 19:09: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,9 +1,9 @@
|
|||
use crate::{
|
||||
database::DatabaseHandle,
|
||||
error::Error,
|
||||
objects::post::DbPost,
|
||||
objects::{person::DbUser, post::Note},
|
||||
utils::generate_object_id,
|
||||
objects::post::DbPost,
|
||||
};
|
||||
use activitypub_federation::{
|
||||
activity_sending::SendActivityTask,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
pub mod create_post;
|
||||
pub mod create_post;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue