fix: faker followers/following counts

This commit is contained in:
əlemi 2024-03-24 04:04:48 +01:00
parent 0d1250fd6f
commit 65032ef606
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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,