mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 01:45:29 -04:00
sliding sync: enable read-receipts in the common extensions
Signed-off-by: Benjamin Bouvier <public@benj.me>
This commit is contained in:
@@ -121,6 +121,10 @@ impl SlidingSyncBuilder {
|
||||
if cfg.account_data.enabled.is_none() {
|
||||
cfg.account_data.enabled = Some(true);
|
||||
}
|
||||
|
||||
if cfg.receipts.enabled.is_none() {
|
||||
cfg.receipts.enabled = Some(true);
|
||||
}
|
||||
}
|
||||
self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user