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

Method messagesWereSeen

api/server/models/User.ts:428–428  ·  view source on GitHub ↗
({
    userId,
    messageIds,
  }: {
    userId: string;
    messageIds: string[];
  })

Source from the content-addressed store, hash-verified

426 unpinChat({ userId, chatId }: { userId: string; chatId: string }): Promise<void>;
427
428 messagesWereSeen({
429 userId,
430 messageIds,
431 }: {

Callers 3

ChatDetailClass · 0.65
componentDidUpdateMethod · 0.65
team-member.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected