diff --git a/src/components/status/status.js b/src/components/status/status.js index d5895832..123caf16 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -173,7 +173,7 @@ const Status = { if (this.status.user.id === this.status.attentions[i].id) { continue } - if (checkFollowing && this.status.attentions[i].following) { + if (checkFollowing && this.$store.getters.findUser(this.status.attentions[i].id).following) { return false } if (this.status.attentions[i].id === this.$store.state.users.currentUser.id) {