fix and simplify the way mentions/replies are handled
This commit is contained in:
parent
843487a3f6
commit
0c46eca9d5
4 changed files with 34 additions and 44 deletions
|
|
@ -200,6 +200,7 @@ const Status = {
|
|||
)
|
||||
},
|
||||
status() {
|
||||
console.log('s', this.statusoid)
|
||||
if (this.retweet) {
|
||||
return this.statusoid.retweeted_status
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue