mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
feat: standard user to apservice
This commit is contained in:
parent
c601fb03eb
commit
489a216aca
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue