chore: a lil bit of self promotion :3

This commit is contained in:
əlemi 2024-03-21 03:35:07 +01:00
parent bc182bdf70
commit f6150387ca
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -15,10 +15,10 @@ pub async fn faker(db: &sea_orm::DatabaseConnection, domain: String) -> Result<(
let root = user::Model {
id: format!("{domain}/users/root"),
name: Some("Administrator".into()),
name: Some("μpub".into()),
domain: crate::activitypub::domain(&domain),
preferred_username: "root".to_string(),
summary: Some("hello world! i'm manually generated but served dynamically from db!".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,
followers: None,
icon: Some("https://cdn.alemi.dev/social/circle-square.png".to_string()),