Skip to content

Commit

Permalink
shows replies, quotes if collapse embedded media by default is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
c0dzilla committed Apr 11, 2018
1 parent eb12969 commit 96fee47
Showing 1 changed file with 12 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,19 @@
</div>
{{/if}}

{{#unless collapsed}}
<div class="attachment-flex">
{{#if thumb_url}}
<div class="attachment-thumb">
<img src="{{fixCordova thumb_url}}">
</div>
{{/if}}
<div class="attachment-flex">
{{#if thumb_url}}
<div class="attachment-thumb">
<img src="{{fixCordova thumb_url}}">
</div>
{{/if}}

{{#if text}}
<div class="attachment-flex-column-grow attachment-text">
{{{parsedText}}}
</div>
{{/if}}
</div>
{{/unless}}
{{#if text}}
<div class="attachment-flex-column-grow attachment-text">
{{{parsedText}}}
</div>
{{/if}}
</div>

{{#if image_url}}
{{#unless collapsed}}
Expand Down

0 comments on commit 96fee47

Please sign in to comment.