Skip to content

Commit

Permalink
fix(sdk): Disable the receipts extension temporarily.
Browse files Browse the repository at this point in the history
Please see matrix-org#2037.
  • Loading branch information
Hywan committed Jun 16, 2023
1 parent 6199ca0 commit 489898f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/matrix-sdk/src/sliding_sync/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,13 @@ impl SlidingSyncBuilder {
cfg.account_data.enabled = Some(true);
}

// TODO: Re-enable once a `lists` and `rooms` will support `*`. See
// https://github.com/matrix-org/matrix-rust-sdk/issues/2037 for more info.
/*
if cfg.receipts.enabled.is_none() {
cfg.receipts.enabled = Some(true);
}
*/
}
self
}
Expand Down

0 comments on commit 489898f

Please sign in to comment.