mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
Completed cleanup of chatbot integrations: - Removed Chatwoot import and env config references from whatsapp.baileys.service.ts - Updated BaileysStartupService constructor to remove chatwootCache parameter - Updated BusinessStartupService constructor to remove chatwootCache parameter - Fixed channel.controller.ts ChannelDataType to remove chatwootCache - Updated service instantiation calls to match new constructor signatures - Cleaned MySQL Prisma schema: removed all 12 chatbot models and 2 enums - Removed Chatwoot and Typebot fields from Message model in MySQL schema - Removed chatbot relations from Instance model in MySQL schema Both PostgreSQL and MySQL schemas are now fully cleaned of chatbot references.