forked from AkkomaGang/akkoma-fe
don't filter own posts
This commit is contained in:
parent
3e7d1fbf23
commit
5ab96ae0d2
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue