mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-08 03:47:48 +02:00
notesnook: add support for user profile
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Notesnook.API.Models
|
||||
public string Salt { get; set; }
|
||||
public EncryptedData VaultKey { get; set; }
|
||||
public EncryptedData AttachmentsKey { get; set; }
|
||||
public EncryptedData Profile { get; set; }
|
||||
|
||||
[BsonId]
|
||||
[BsonRepresentation(BsonType.ObjectId)]
|
||||
|
||||
Reference in New Issue
Block a user