fix: Fixes wrong variable usage in transcript file (#7316)
This commit is contained in:
committed by
GitHub
parent
9985f1c143
commit
06ac7c829b
@@ -7,7 +7,7 @@
|
||||
<tr>
|
||||
<td style="padding-bottom: 16px;">
|
||||
<% if message.content %>
|
||||
<%= ChatwootMarkdownRenderer.new(message_content).render_message %>
|
||||
<%= ChatwootMarkdownRenderer.new(message.content).render_message %>
|
||||
<% end %>
|
||||
<% if message.attachments %>
|
||||
<% message.attachments.each do |attachment| %>
|
||||
|
||||
Reference in New Issue
Block a user