diff --git a/Notesnook.API/Services/UserService.cs b/Notesnook.API/Services/UserService.cs index 4ad4a3e..55b3525 100644 --- a/Notesnook.API/Services/UserService.cs +++ b/Notesnook.API/Services/UserService.cs @@ -129,6 +129,7 @@ namespace Notesnook.API.Services PhoneNumber = user.PhoneNumber, AttachmentsKey = userSettings.AttachmentsKey, MonographPasswordsKey = userSettings.MonographPasswordsKey, + InboxKeys = userSettings.InboxKeys, Salt = userSettings.Salt, Subscription = subscription, Success = true,