status attention doesn’t have relationship entities

このコミットが含まれているのは:
taehoon 2019-05-06 16:41:12 -04:00
コミット 134b1894d6
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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) {