notesnook: add support for user profile

This commit is contained in:
Abdullah Atta
2024-03-05 10:25:54 +05:00
parent 1dcf6557a7
commit 9a98c1afb8
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -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)]