1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-14 07:37:19 +08:00

don't filter own posts

This commit is contained in:
Shpuld Shpuldson 2021-01-11 19:40:35 +02:00
parent 3e7d1fbf23
commit 5ab96ae0d2

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)