fix: Add fixes for sentry errors (#3522)

- Add fixes for sentry errors
This commit is contained in:
Pranav Raj S
2021-12-08 22:20:28 -08:00
committed by GitHub
parent 2be71e73dc
commit 2f63ebb8a6
11 changed files with 124 additions and 110 deletions

View File

@@ -5,6 +5,7 @@
{{message.text_content}}
</blockquote>
<p><b>Previous messages:</b></p>
{% for chat_message in conversation.recent_messages %}
<div>
{% if chat_message.sender == user.available_name %}
@@ -15,7 +16,7 @@
</div>
<div>
<p style="padding: 10px 20px; margin: 5px 0 20px 0; background: #F2F3F7; border-radius: 10px; display: inline-block; font-family: "Helvetica Neue",Tahoma,Arial,sans-serif; text-align: start; unicode-bidi: plaintext;">
<p style="padding: 10px 20px; margin: 5px 0 20px 0; background: #F2F3F7; border-radius: 10px; display: inline-block; text-align: start; unicode-bidi: plaintext;">
{% if chat_message.content %}
{{chat_message.content}}
{% endif %}
@@ -28,5 +29,6 @@
</p>
</div>
{% endfor %}
<p><a href="{{ action_url }}">View Message</a></p>
<p>
<a href="{{ action_url }}">View Message</a>
</p>