diff options
| author | Shpuld Shpludson <shp@cock.li> | 2021-01-18 13:44:31 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2021-01-18 13:44:31 +0000 |
| commit | 320418d524a33c20d7d769c8d67a25be81f251ec (patch) | |
| tree | b15c3cb41b469e732db1060d9962ce80b10c9562 /src/components/status/status.js | |
| parent | a39866308cd7c8cb0d30a04a5215d1fae8bf8d47 (diff) | |
| parent | 8f55cb151c546eae56c782c2ed4b292b04950e03 (diff) | |
Merge branch 'rc/2.2.3' into 'master'
rc 2.2.3 to MASTER
See merge request pleroma/pleroma-fe!1328
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) |
