fix: accepting external source_id (#8359)

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Hugo Castro de Deco
2023-12-13 16:21:55 +05:30
committed by GitHub
co-authored by Sojan
parent 3adaa2d602
commit bf883794a4
+2 -1
View File
@@ -149,7 +149,8 @@ class Messages::MessageBuilder
content_type: @params[:content_type],
items: @items,
in_reply_to: @in_reply_to,
echo_id: @params[:echo_id]
echo_id: @params[:echo_id],
source_id: @params[:source_id]
}.merge(external_created_at).merge(automation_rule_id).merge(campaign_id).merge(template_params)
end
end