Skip to content

Commit

Permalink
fix: remove redundant commented fn call
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Aug 2, 2024
1 parent 0af3450 commit 8e538de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/cli/cli-client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ async fn main() {
let client = create_client(&cli, IdentityStrategy::CachedOnly)
.await
.unwrap();
// client.allow_history_sync().await.unwrap();
client.sync_welcomes().await.unwrap();
client.allow_history_sync().await.unwrap();
let (group_id, _) = client.send_history_request().await.unwrap();
Expand Down

0 comments on commit 8e538de

Please sign in to comment.