({
userId,
messageId,
fileUrl,
}: {
userId: string;
messageId: string;
fileUrl: string;
})
| 112 | }): Promise<{ userIdsToNotify: string[]; parentMessageId: string }>; |
| 113 | |
| 114 | deleteFile({ |
| 115 | userId, |
| 116 | messageId, |
| 117 | fileUrl, |
nothing calls this directly
no outgoing calls
no test coverage detected