mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
add collection syncing
This commit is contained in:
@@ -32,10 +32,5 @@ namespace Bit.App.Models.Data
|
||||
public string UserId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public DateTime RevisionDateTime { get; set; } = DateTime.UtcNow;
|
||||
|
||||
public Folder ToFolder()
|
||||
{
|
||||
return new Folder(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user