Use extract_approx_int for comment likes
Full digits no longer available Closes #64 Signed-off-by: Jesús <heckyel@hyperbola.info>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<span class="comment-text">{{ common_elements.text_runs(comment['text']) }}</span>
|
||||
{% endif %}
|
||||
|
||||
<span class="comment-likes">{{ comment['likes_text'] if comment['like_count'] else ''}}</span>
|
||||
<span class="comment-likes">{{ comment['likes_text'] if comment['approx_like_count'] else ''}}</span>
|
||||
<div class="button-row">
|
||||
{% if comment['reply_count'] %}
|
||||
{% if settings.use_comments_js and comment['replies_url'] %}
|
||||
|
||||
Reference in New Issue
Block a user