From 6e9942fd6706a4c235c9152c5efd34a83aedfbc3 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Fri, 27 Jun 2025 15:15:43 +0530 Subject: [PATCH] chore: Use outgoing_content in webhook payload --- app/models/message.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/message.rb b/app/models/message.rb index e7c4e9b6c..4c121802c 100644 --- a/app/models/message.rb +++ b/app/models/message.rb @@ -167,7 +167,7 @@ class Message < ApplicationRecord additional_attributes: additional_attributes, content_attributes: content_attributes, content_type: content_type, - content: content, + content: outgoing_content, conversation: conversation.webhook_data, created_at: created_at, id: id,