We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d1cf2 commit 31c8285Copy full SHA for 31c8285
crates/matrix-sdk-crypto/src/dehydrated_devices.rs
@@ -229,7 +229,7 @@ impl RehydratedDevice {
229
230
// Let us first give the events to the rehydrated device, this will decrypt any
231
// encrypted to-device events and fetch out the room keys.
232
- let (_, changes) = self.rehydrated.receive_sync_changes_helper(sync_changes).await?;
+ let (_, changes) = self.rehydrated.preprocess_sync_changes(sync_changes).await?;
233
234
// Now take the room keys and persist them in our original `OlmMachine`.
235
let room_keys = &changes.inbound_group_sessions;
0 commit comments