forked from alemi/upub
fix: faker followers/following counts
This commit is contained in:
parent
0d1250fd6f
commit
65032ef606
1 changed files with 2 additions and 0 deletions
|
@ -12,7 +12,9 @@ pub async fn faker(db: &sea_orm::DatabaseConnection, domain: String) -> Result<(
|
|||
preferred_username: "root".to_string(),
|
||||
summary: Some("hello world! i'm manually generated but served dynamically from db! check progress at https://git.alemi.dev/upub.git".to_string()),
|
||||
following: None,
|
||||
following_count: 0,
|
||||
followers: None,
|
||||
followers_count: 0,
|
||||
icon: Some("https://cdn.alemi.dev/social/circle-square.png".to_string()),
|
||||
image: Some("https://cdn.alemi.dev/social/someriver-xs.jpg".to_string()),
|
||||
inbox: None,
|
||||
|
|
Loading…
Reference in a new issue