mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-31 01:46:51 -04:00
When the dehydration key is created or changed, push it to the user's other verified devices so they converge on it without re-reading Secret Storage, and import a pushed dehydration key directly rather than parking it in the secret inbox (there is nothing for the user to decide, the key just needs storing). Builds on the gossip support added for element-meta#2703. Fixes element-hq/element-meta#2753.