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

Method getListForThread

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

Source from the content-addressed store, hash-verified

54 }): Promise<IMessageDocument[]>;
55
56 getListForThread({
57 userId,
58 chatId,
59 messageId,

Callers 1

team-member.tsFile · 0.65

Implementers 1

MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected