Skip to content

Commit

Permalink
♻︎ include repost count
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 26, 2024
1 parent 36fd55b commit ccbc796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/bluesky-comments/bluesky-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class BlueskyCommentsSection extends HTMLElement {
</a>
<p class="comment-text">${this.escapeHTML(text)}</p>
<small class="comment-meta">
${reply.post.likeCount ?? 0} likes • ${reply.post.replyCount ?? 0} replies
${reply.post.likeCount ?? 0} likes • ${reply.post.repostCount ?? 0} reposts • ${reply.post.replyCount ?? 0} replies
</small>
</div>
`
Expand Down

0 comments on commit ccbc796

Please sign in to comment.