diff --git a/src/model/faker.rs b/src/model/faker.rs index 81cf263..a80f795 100644 --- a/src/model/faker.rs +++ b/src/model/faker.rs @@ -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,