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/timeline/timeline.js | 2 +-
src/components/timeline/timeline.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'src/components/timeline')
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index 3d5f9de8..0594576c 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -26,7 +26,7 @@ const Timeline = {
'embedded',
'count',
'pinnedStatusIds',
- 'forceUnmute'
+ 'inProfile'
],
data () {
return {
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index b89f505a..f1d3903a 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -36,7 +36,7 @@
:status-id="statusId"
:collapsable="true"
:pinned-status-ids-object="pinnedStatusIdsObject"
- :force-unmute="forceUnmute"
+ :in-profile="inProfile"
/>
@@ -46,7 +46,7 @@
class="status-fadein"
:status-id="status.id"
:collapsable="true"
- :force-unmute="forceUnmute"
+ :in-profile="inProfile"
/>
--
cgit v1.2.3-70-g09d2