diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue index 4d649770..12c213e3 100644 --- a/src/components/TimelineEntry.vue +++ b/src/components/TimelineEntry.vue @@ -84,11 +84,9 @@ export default { isNotification() { return this.item.type !== undefined }, - /** - * @return {boolean} - */ + /** @return {boolean} */ isBoost() { - return this.reblog !== null + return this.status.reblog !== null }, /** @return {import('../types/Mastodon.js').Notification} */ notification() {