fix: inbox unread filter

close #792
This commit is contained in:
Stephen Zhou 2024-10-22 15:57:18 +08:00
parent 39dd59b062
commit ea643e5ffe
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class EntryActions {
publishedAfter: pageParam,
limit,
inboxId: `${inboxId}`,
read,
},
})
: await apiClient.entries.$post({

View File

@ -5785,6 +5785,7 @@ declare const _routes: hono_hono_base.HonoBase<Env, {
input: {
json: {
inboxId: string;
read?: boolean | undefined;
limit?: number | undefined;
publishedAfter?: string | undefined;
publishedBefore?: string | undefined;