waha / src /apps /chatwoot /consumers /mutex.ts
NitinBot002's picture
Upload 384 files
4327358 verified
export function WhatsAppChatIdKey(app: string, chatId: string) {
return `chatwoot.${app}.whatsapp.chat-id-${chatId}`;
}
export function ChatWootConversationKey(app: string, conversationId: string) {
return `chatwoot.${app}.chatwoot.conversation-id-${conversationId}`;
}