mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 18:19:10 +00:00
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)
|
return muteWordHits(this.status, this.muteWords)
|
||||||
},
|
},
|
||||||
muted () {
|
muted () {
|
||||||
|
if (this.statusoid.user.id === this.currentUser.id) return false
|
||||||
const { status } = this
|
const { status } = this
|
||||||
const { reblog } = status
|
const { reblog } = status
|
||||||
const relationship = this.$store.getters.relationship(status.user.id)
|
const relationship = this.$store.getters.relationship(status.user.id)
|
||||||
|
|
Loading…
Reference in a new issue