Merge branch 'better-still-emoji' into shigusegubu

* better-still-emoji:
  fix repeats having wrong mentions
  fix console errors
This commit is contained in:
Henry Jameson 2021-06-08 17:17:12 +03:00
commit 49439af879
3 changed files with 10 additions and 2 deletions

View file

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