mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
inbox: store user's inbox keys (#47)
This commit is contained in:
@@ -77,7 +77,8 @@ namespace Notesnook.API.Controllers
|
||||
var keys = new UserKeys
|
||||
{
|
||||
AttachmentsKey = user.AttachmentsKey,
|
||||
MonographPasswordsKey = user.MonographPasswordsKey
|
||||
MonographPasswordsKey = user.MonographPasswordsKey,
|
||||
InboxKeys = user.InboxKeys
|
||||
};
|
||||
await UserService.SetUserKeysAsync(userId, keys);
|
||||
return Ok();
|
||||
|
||||
Reference in New Issue
Block a user