api: remove profile from user settings

This commit is contained in:
Abdullah Atta
2024-05-16 13:13:06 +05:00
parent 98b5143bfe
commit 1c901aad84
4 changed files with 2 additions and 13 deletions

View File

@@ -31,6 +31,5 @@ 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);
}
}