mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 13:59:55 +01:00
fix repeats having wrong mentions
This commit is contained in:
parent
963f1679e0
commit
8c8237418c
1 changed files with 2 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue