diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-27 13:24:19 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-27 13:24:19 +0200 |
| commit | 8334649c1137264f2987295847144fb1799e71c6 (patch) | |
| tree | 979e2d1033061aef176a097a22cab350498a9df2 /src/components/status/status.js | |
| parent | 54def7d210f9cf5fcebe6348d8ac33601325fe9a (diff) | |
| parent | 11963de2887cbc1eed37887745cefc5eaeb2c126 (diff) | |
Merge branch 'develop' into feat/report-notification
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index f9c710ab..2bf93a9e 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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) |
