Skip to content
Snippets Groups Projects
Commit 5ab96ae0 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

don't filter own posts

parent 3e7d1fbf
No related branches found
No related tags found
3 merge requests!1386Improve 3 column layout experiment,!1328rc 2.2.3 to MASTER,!1323Don't filter own posts
Pipeline #34032 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment