used the deleted data param as condition in status template

This commit is contained in:
ValD 2018-12-05 00:15:08 +05:30
parent f146562d70
commit da3adff5a8
2 changed files with 5 additions and 1 deletions

View file

@ -53,6 +53,9 @@ const Status = {
const user = this.retweet ? (this.statusoid.retweeted_status.user) : this.statusoid.user
return highlightClass(user)
},
deleted() {
return this.statusoid.deleted
},
repeaterStyle () {
const user = this.statusoid.user
const highlight = this.$store.state.config.highlight