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

Method edit

api/server/models/Message.ts:84–84  ·  view source on GitHub ↗
({
    content,
    userId,
    teamId,
    id,
    socketId,
  }: {
    content: string;
    userId: string;
    teamId: string;
    id: string;
    socketId?: string;
  })

Source from the content-addressed store, hash-verified

82 }): Promise<{ message: IMessageDocument; userIdsToNotify: string[] }>;
83
84 edit({
85 content,
86 userId,
87 teamId,

Callers

nothing calls this directly

Implementers 1

MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected