diff --git a/apps/renderer/src/store/entry/store.ts b/apps/renderer/src/store/entry/store.ts index 47daa3799..e122d8e5b 100644 --- a/apps/renderer/src/store/entry/store.ts +++ b/apps/renderer/src/store/entry/store.ts @@ -111,6 +111,7 @@ class EntryActions { publishedAfter: pageParam, limit, inboxId: `${inboxId}`, + read, }, }) : await apiClient.entries.$post({ diff --git a/packages/shared/src/hono.ts b/packages/shared/src/hono.ts index 02e5d0e77..b5f2e7500 100644 --- a/packages/shared/src/hono.ts +++ b/packages/shared/src/hono.ts @@ -5785,6 +5785,7 @@ declare const _routes: hono_hono_base.HonoBase