Fix dir=auto for convos with blank timestamps
Convos with no last_message_timestamp were being rendered/parsed as having `data-timestamp="dir='auto'"`. // FREEBIE
This commit is contained in:
parent
dee735f609
commit
2c2f9c1ddc
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
<script type='text/x-tmpl-mustache' id='conversation-preview'>
|
||||
{{> avatar }}
|
||||
<div class='contact-details'>
|
||||
<span class='last-timestamp' data-timestamp={{ last_message_timestamp }} dir='auto'> </span>
|
||||
<span class='last-timestamp' data-timestamp='{{ last_message_timestamp }}' dir='auto' > </span>
|
||||
{{> contact_name_and_number }}
|
||||
{{ #unreadCount }}
|
||||
<span class='unread-count'>{{ unreadCount }}</span>
|
||||
|
|
Loading…
Reference in a new issue