From 0e19a0e93afb53f024be861a41a2c28e43dac7ad Mon Sep 17 00:00:00 2001 From: Rodrigo Borba Date: Thu, 22 Jan 2026 15:54:20 -0300 Subject: [PATCH] =?UTF-8?q?conversas=20nao=20come=C3=A7arem=20com=20penden?= =?UTF-8?q?tes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/conversation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/conversation.rb b/app/models/conversation.rb index 96d8590..8edda87 100755 --- a/app/models/conversation.rb +++ b/app/models/conversation.rb @@ -276,7 +276,7 @@ class Conversation < ApplicationRecord return handle_campaign_status if campaign.present? # TODO: make this an inbox config instead of assuming bot conversations should start as pending - self.status = :pending if inbox.active_bot? + # self.status = :pending if inbox.active_bot? end def handle_campaign_status