From 489a216aca67faa2f9f562d67d9bd57ee990274e Mon Sep 17 00:00:00 2001 From: aprilthepink Date: Tue, 18 Jun 2024 03:34:37 +0200 Subject: [PATCH] feat: standard user to apservice --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7601a15..d452588 100644 --- a/src/main.rs +++ b/src/main.rs @@ -135,7 +135,7 @@ async fn follow_manually( } const DOMAIN_DEF: &str = "social.lysand.org"; -const LOCAL_USER_NAME: &str = "example"; +const LOCAL_USER_NAME: &str = "apservice"; lazy_static! { static ref SERVER_URL: String = env::var("LISTEN").unwrap_or("0.0.0.0:8080".to_string());