src: main: Remove useless type conversion
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user