Skip to content
Snippets Groups Projects
Commit 8c823741 authored by HJ's avatar HJ :fire:
Browse files

fix repeats having wrong mentions

parent 963f1679
Branches
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment