mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
api: remove profile from user settings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user