MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / threadsWhere

Function threadsWhere

packages/typesense/src/utils/shared.ts:82–91  ·  view source on GitHub ↗
({ accountId }: { accountId: string })

Source from the content-addressed store, hash-verified

80}
81
82export function threadsWhere({ accountId }: { accountId: string }) {
83 return {
84 channel: {
85 account: { id: accountId },
86 hidden: false,
87 },
88 hidden: false,
89 messageCount: { gt: 0 },
90 };
91}
92
93/** persist timestamp as flag for next sync job */
94export async function persistEndFlag(

Callers 2

syncUpdatedThreadsFunction · 0.90
setupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected