fix repeats having wrong mentions

このコミットが含まれているのは:
Henry Jameson 2021-06-08 17:05:20 +03:00
コミット 8c8237418c
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -170,9 +170,9 @@ const Status = {
return this.mergedConfig.mentionsOwnLine
},
mentions () {
return this.statusoid.attentions.filter(attn => {
return this.status.attentions.filter(attn => {
return attn.screen_name !== this.replyToName &&
attn.screen_name !== this.statusoid.user.screen_name
attn.screen_name !== this.status.user.screen_name
})
},
hasMentions () {