Skip to content

Commit

Permalink
setup: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Jan 1, 2023
1 parent 2a85494 commit b00689f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ pub async fn setup_mode(
};
let user_id = <&ruma::UserId>::try_from(mxid.as_str())?.to_owned();

// // let user_id = <&ruma_identifiers::UserId>::try_from(user_id.as_str())?;
// // let user_id = (<ruma_common::UserId>::try_from(user_id)).to_owned();

// let user_id = ruma_common::UserId::parse(user_id.as_str())?;
// let user_id = matrix_sdk::ruma::UserId::try_from(mxid)?;
let client = Client::builder()
.server_name(user_id.server_name())
.build()
Expand Down

0 comments on commit b00689f

Please sign in to comment.