Skip to content

Commit

Permalink
Merge pull request #294 from h3poteto/iss-291
Browse files Browse the repository at this point in the history
closes #291 Show original status timestamp in reblogged toot
  • Loading branch information
h3poteto authored May 10, 2018
2 parents 3f1e457 + 48792bc commit f0f3c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span class="acct">{{ accountName(originalMessage(message).account) }}</span>
</div>
<div class="timestamp">
{{ parseDatetime(message.created_at) }}
{{ parseDatetime(originalMessage(message).created_at) }}
</div>
</div>
<div class="content" v-html="message.content" @click.capture.prevent="tootClick"></div>
Expand Down

0 comments on commit f0f3c61

Please sign in to comment.