diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-13 16:55:17 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-09-13 16:55:17 -0400 |
| commit | 2f79a7b4a0e54092eff8a0af385ce6fe4c300cb7 (patch) | |
| tree | 7c15294e6cd4e0c3ddc15764f58c7f1afb2d2db6 /src/components/conversation/conversation.vue | |
| parent | b10558f721e68bb57595ed35bec433aec46bf098 (diff) | |
do not change word based muting logic
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index ba138189..0f1de55f 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -26,7 +26,7 @@ :in-conversation="isExpanded" :highlight="getHighlight()" :replies="getReplies(status.id)" - :force-unmute="forceUnmute" + :in-profile="inProfile" class="status-fadein panel-body" @goto="setHighlight" @toggleExpanded="toggleExpanded" |
