removed useless code, review change, fixed bug with tall statuses
This commit is contained in:
parent
4465de5241
commit
530ac4442b
4 changed files with 45 additions and 51 deletions
|
@ -45,7 +45,7 @@ const MentionLink = {
|
|||
},
|
||||
isYou () {
|
||||
// FIXME why user !== currentUser???
|
||||
return this.user && this.user.screen_name === this.currentUser.screen_name
|
||||
return this.user && this.user.id === this.currentUser.id
|
||||
},
|
||||
userName () {
|
||||
return this.user && this.userNameFullUi.split('@')[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue