Skip to content

Commit

Permalink
add a bit more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
uhoreg committed Jun 26, 2024
1 parent b102bad commit 41dde2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/matrix-sdk-crypto/src/olm/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ impl Account {
if let Some(device) = store.get_device_from_curve_key(sender, sender_key).await? {
let mut read_only_device = device.inner;
read_only_device.olm_wedging_index.increment();

changes.devices =
DeviceChanges { changed: vec![read_only_device], ..Default::default() };
}
Expand Down

0 comments on commit 41dde2b

Please sign in to comment.