Compare commits

...
Author SHA1 Message Date
Muhsin Keloth 6e9942fd67 chore: Use outgoing_content in webhook payload 2025-06-27 15:15:43 +05:30
+1 -1
View File
@@ -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,