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

View File

@@ -31,5 +31,6 @@ namespace Notesnook.API.Interfaces
Task<bool> ResetUserAsync(string userId, bool removeAttachments);
Task<UserResponse> GetUserAsync(bool repair = true);
Task SetUserAttachmentsKeyAsync(string userId, IEncrypted key);
Task SetUserProfileAsync(string userId, IEncrypted profile);
}
}