Format
This commit is contained in:
parent
0422aa4abe
commit
c36b544c20
@ -1,9 +1,12 @@
|
|||||||
use crate::{
|
use crate::{
|
||||||
db_conn::{DbConn, DbPool},
|
db_conn::{DbConn, DbPool},
|
||||||
follows,
|
follows,
|
||||||
posts::{LicensedArticle, Post},
|
// posts::{LicensedArticle, Post},
|
||||||
|
posts::Post,
|
||||||
users::{User, UserEvent},
|
users::{User, UserEvent},
|
||||||
ACTOR_SYS, CONFIG, USER_CHAN,
|
ACTOR_SYS,
|
||||||
|
CONFIG,
|
||||||
|
USER_CHAN,
|
||||||
};
|
};
|
||||||
use activitypub::activity::Create;
|
use activitypub::activity::Create;
|
||||||
use plume_common::activity_pub::inbox::FromId;
|
use plume_common::activity_pub::inbox::FromId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user