MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/services/user-thread-status/index.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export const USER_THREAD_STATUS_DAYS_LIMIT = 60;
4
5class UserThreadStatusService {
6 static async markAsUnread(threadId: string, userId?: string) {
7 if (userId) {
8 return prisma.userThreadStatus.deleteMany({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected