From 2f79a7b4a0e54092eff8a0af385ce6fe4c300cb7 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Fri, 13 Sep 2019 16:55:17 -0400
Subject: do not change word based muting logic
---
src/components/status/status.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/components/status/status.js')
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 474a0480..e8966f47 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -30,7 +30,7 @@ const Status = {
'noHeading',
'inlineExpanded',
'showPinned',
- 'forceUnmute'
+ 'inProfile'
],
data () {
return {
@@ -118,7 +118,7 @@ const Status = {
return hits
},
- muted () { return !this.forceUnmute && !this.unmuted && (this.status.user.muted || this.muteWordHits.length > 0) },
+ muted () { return !this.unmuted && ((!this.inProfile && this.status.user.muted) || this.muteWordHits.length > 0) },
hideFilteredStatuses () {
return typeof this.$store.state.config.hideFilteredStatuses === 'undefined'
? this.$store.state.instance.hideFilteredStatuses
--
cgit v1.2.3-70-g09d2