fix retweet and favorites

This commit is contained in:
CoolElectronics 2024-06-12 17:00:01 -04:00
parent 54b440b9f5
commit 00b523ddac
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 6 additions and 5 deletions

View file

@ -30,7 +30,8 @@
v-if="!mergedConfig.hidePostStats && status.fave_num > 0"
class="action-counter"
>
{{ status.fave_num }}
<!-- SHARKEY-SPECIFIC: disable favorite count because devs make them hearts for some reason -->
<!-- {{ status.fave_num }} -->
</span>
</div>
</template>