Skip to content
Snippets Groups Projects

used the deleted data param as condition in status template

Merged ValD requested to merge oceanvald/pleroma-fe:dev_vald_fe/post_delete into develop
All threads resolved!
Files
2
@@ -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
Loading