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

Method pinChat

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

Source from the content-addressed store, hash-verified

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

Callers 1

team-member.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected