File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import styles from "./page.module.css";
33import { plainClient } from "@/lib/plainClient" ;
44import { ThreadRow } from "@/components/threadRow" ;
55import { PaginationControls } from "@/components/paginationControls" ;
6+ import { ThreadStatus } from "@team-plain/typescript-sdk" ;
67
78export const fetchCache = "force-no-store" ;
89
@@ -20,6 +21,7 @@ export default async function Home({
2021 // Note that if you provide multiple filters they are combined with AND rather than OR.
2122 // customerIds: ["c_01J28ZQKJX9CVRXVHBMAXNSV5G"],
2223 tenantIdentifiers : [ { externalId : TENANT_EXTERNAL_ID } ] ,
24+ statuses : [ ThreadStatus . Todo , ThreadStatus . Snoozed ] ,
2325 } ,
2426 after : searchParams . after as string | undefined ,
2527 before : searchParams . before as string | undefined ,
You can’t perform that action at this time.
0 commit comments