Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3328762
D13857.id45688.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
753 B
Referenced Files
None
Subscribers
None
D13857.id45688.diff
View Options
diff --git a/native/native_rust_library/src/backup.rs b/native/native_rust_library/src/backup.rs
--- a/native/native_rust_library/src/backup.rs
+++ b/native/native_rust_library/src/backup.rs
@@ -469,6 +469,12 @@
backup_log_data_key: String,
}
+/// Stores the Olm account in `pickled_account`. However, Olm account
+/// information might be out of date. We have decided we don't need
+/// to update this when one-time keys (OTKs) or prekeys change.
+/// The reasoning behind this decision is that the backed-up Olm account
+/// is primarily used for signing an update to the device list. For these
+/// operations only the identity signing key is necessary.
#[derive(Debug, Serialize, Deserialize)]
struct UserKeys {
backup_data_key: String,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 3:02 PM (8 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2555300
Default Alt Text
D13857.id45688.diff (753 B)
Attached To
Mode
D13857: [backup] add code comment to `UserKeys` definition explaining Olm account might be out of date
Attached
Detach File
Event Timeline
Log In to Comment