Add device id and use it to filter out updates coming from the same device
This commit is contained in:
parent
11e2d121b1
commit
648db73628
8 changed files with 101 additions and 25 deletions
|
|
@ -6,6 +6,7 @@ use sync_lib::bytes_to_base64;
|
|||
pub type VaultId = String;
|
||||
pub type VaultUpdateId = i64;
|
||||
pub type DocumentId = uuid::Uuid;
|
||||
pub type DeviceId = String;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct StoredDocumentVersion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue