From bbb4a17263a3375b52091afe334c85ce635da29d Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 13 Jan 2025 15:44:21 +0100 Subject: [PATCH] fix --- examples/local_federation/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/local_federation/main.rs b/examples/local_federation/main.rs index 41a0cad..f0ea3c4 100644 --- a/examples/local_federation/main.rs +++ b/examples/local_federation/main.rs @@ -46,7 +46,7 @@ async fn main() -> Result<(), Error> { info!("Alpha user follows beta user via webfinger"); alpha .local_user() - .follow("beta@localhost.:8002", &alpha.to_request_data()) + .follow("beta@localhost:8002", &alpha.to_request_data()) .await?; assert_eq!( beta.local_user().followers(),