pub(crate) async fn login_and_sync( homeserver_url: String, username: String, password: String, ) -> Result<()>