MCPcopy Create free account
hub / github.com/async-labs/async / unpinChat

Method unpinChat

api/server/models/User.ts:426–426  ·  view source on GitHub ↗
({ userId, chatId }: { userId: string; chatId: string })

Source from the content-addressed store, hash-verified

424
425 pinChat({ userId, chatId }: { userId: string; chatId: string }): Promise<void>;
426 unpinChat({ userId, chatId }: { userId: string; chatId: string }): Promise<void>;
427
428 messagesWereSeen({
429 userId,

Callers 1

team-member.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected