src: main: Remove useless type conversion

This commit is contained in:
2026-09-14 16:02:04 +00:00
parent b343536032
commit e392067042
+1 -1
View File
@@ -73,7 +73,7 @@ async fn main() -> anyhow::Result<()> {
}; };
login_and_sync( login_and_sync(
config.homeserver_uri.clone().into(), config.homeserver_uri.clone(),
&config.auth, &config.auth,
matrix_ready, matrix_ready,
bcast_rx bcast_rx