don't filter own posts

This commit is contained in:
Shpuld Shpuldson 2021-01-11 19:40:35 +02:00
parent 3e7d1fbf23
commit 5ab96ae0d2
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ const Status = {
return muteWordHits(this.status, this.muteWords)
},
muted () {
if (this.statusoid.user.id === this.currentUser.id) return false
const { status } = this
const { reblog } = status
const relationship = this.$store.getters.relationship(status.user.id)