inbox: store user's inbox keys (#47)
This commit is contained in:
@@ -41,6 +41,7 @@ namespace Notesnook.API.Models
|
||||
public EncryptedData VaultKey { get; set; }
|
||||
public EncryptedData AttachmentsKey { get; set; }
|
||||
public EncryptedData MonographPasswordsKey { get; set; }
|
||||
public InboxKeys InboxKeys { get; set; }
|
||||
public Limit StorageLimit { get; set; }
|
||||
|
||||
[BsonId]
|
||||
|
||||
Reference in New Issue
Block a user