Merge branch 'better-still-emoji' into shigusegubu
* better-still-emoji: fix repeats having wrong mentions fix console errors
This commit is contained in:
commit
49439af879
3 changed files with 10 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ const Status = {
|
|||
mentions () {
|
||||
return this.status.attentions.filter(attn => {
|
||||
return attn.screen_name !== this.replyToName &&
|
||||
attn.screen_name !== this.statuso.user.screen_name
|
||||
attn.screen_name !== this.status.user.screen_name
|
||||
})
|
||||
},
|
||||
hasMentions () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue