From e392067042a51f0cab0520c07dd8436a1d927ec2 Mon Sep 17 00:00:00 2001 From: mirsal Date: Mon, 14 Sep 2026 16:02:04 +0000 Subject: [PATCH] src: main: Remove useless type conversion --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3e6a648..0bae741 100644 --- a/src/main.rs +++ b/src/main.rs @@ -73,7 +73,7 @@ async fn main() -> anyhow::Result<()> { }; login_and_sync( - config.homeserver_uri.clone().into(), + config.homeserver_uri.clone(), &config.auth, matrix_ready, bcast_rx