↓ 1 callersFunctioncreateOrUpdateChatApiMethod({
chatParticipantIds,
socketId,
teamId,
id,
content,
}: {
chatParticipantIds: string[];
socketI
app/lib/api/to-api-server-team-member.ts:382
↓ 1 callersFunctioncreateOrUpdateDiscussionApiMethod({
discussionName,
discussionMemberIds,
socketId,
teamId,
id,
content,
files,
}: {
discussionN
app/lib/api/to-api-server-team-member.ts:140
↓ 1 callersFunctiondeleteFileForCommentApiMethod({
commentId,
fileUrl,
teamId,
socketId,
discussionId,
}: {
commentId: string;
fileUrl: string;
app/lib/api/to-api-server-team-member.ts:338
↓ 1 callersFunctiondeleteFileForMessageApiMethod({
fileUrl,
teamId,
socketId,
messageId,
chatId,
}: {
fileUrl: string;
teamId: string;
socketI
app/lib/api/to-api-server-team-member.ts:552
↓ 1 callersFunctionopenConfirmDialog({
title,
message,
okText,
buttonColor,
onAnswer,
}: {
title: string;
message: string;
okText:
app/components/common/Confirmer.tsx:90