forked from alemi/upub
fix: always forget about this...
This commit is contained in:
parent
3156b8d2d2
commit
ed0a4fd211
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ pub async fn faker(db: &sea_orm::DatabaseConnection, domain: String, count: u64)
|
|||
bto: Set(Audience::default()),
|
||||
cc: Set(Audience(vec![])),
|
||||
bcc: Set(Audience::default()),
|
||||
sensitive: Set(false),
|
||||
}).exec(db).await?;
|
||||
|
||||
activity::Entity::insert(activity::ActiveModel {
|
||||
|
|
Loading…
Reference in a new issue