mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Populate sourceDevice field of ManifestRecord
This commit is contained in:
@@ -45,8 +45,10 @@ message ManifestRecord {
|
||||
optional Type type = 2;
|
||||
}
|
||||
|
||||
optional uint64 version = 1;
|
||||
repeated Identifier keys = 2;
|
||||
optional uint64 version = 1;
|
||||
optional uint32 sourceDevice = 3;
|
||||
repeated Identifier keys = 2;
|
||||
// Next ID: 4
|
||||
}
|
||||
|
||||
message StorageRecord {
|
||||
|
||||
Reference in New Issue
Block a user