From 10e33de897d199652c99af5a157ec731db45cb1e Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:44:08 +0500 Subject: [PATCH] api: include inbox keys in get user endpoint (#48) --- Notesnook.API/Services/UserService.cs | 1 + 1 file changed, 1 insertion(+) 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,