在主题列表视图中添加点赞

我有一个主题组件,它(我认为)向主题列表视图添加了点赞数。今天升级后它坏了。以下是以前在 Head 中可以正常工作的内容:

<script>
var TopicListComponent = require('discourse/components/topic-list').default;
TopicListComponent.reopen({
    showLikes: true
});

</script>

看起来现在是这个解决方案: