From f6150387ca49da87c61ced9d8092afd953503fd4 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 21 Mar 2024 03:35:07 +0100 Subject: [PATCH] chore: a lil bit of self promotion :3 --- src/model/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/mod.rs b/src/model/mod.rs index 9e700225..acfd4638 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -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()),