({
userId,
chatId,
doc,
}: {
userId: string;
chatId: string;
doc?: IMessageDocument;
})
| 134 | }): Promise<void>; |
| 135 | |
| 136 | checkPermission({ |
| 137 | userId, |
| 138 | chatId, |
| 139 | doc, |
nothing calls this directly
no outgoing calls
no test coverage detected