fix and simplify the way mentions/replies are handled

This commit is contained in:
Henry Jameson 2026-07-30 20:47:07 +03:00
commit 0c46eca9d5
4 changed files with 34 additions and 44 deletions

View file

@ -200,6 +200,7 @@ const Status = {
)
},
status() {
console.log('s', this.statusoid)
if (this.retweet) {
return this.statusoid.retweeted_status
} else {