({
content,
userId,
teamId,
id,
socketId,
}: {
content: string;
userId: string;
teamId: string;
id: string;
socketId?: string;
})
| 82 | }): Promise<{ message: IMessageDocument; userIdsToNotify: string[] }>; |
| 83 | |
| 84 | edit({ |
| 85 | content, |
| 86 | userId, |
| 87 | teamId, |
nothing calls this directly
no outgoing calls
no test coverage detected