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/user_profile | |
| parent | b10558f721e68bb57595ed35bec433aec46bf098 (diff) | |
do not change word based muting logic
Diffstat (limited to 'src/components/user_profile')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index f463eea5..14082e83 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -26,7 +26,7 @@ timeline-name="user" :user-id="userId" :pinned-status-ids="user.pinnedStatusIds" - :force-unmute="true" + :in-profile="true" /> <div v-if="followsTabVisible" @@ -70,7 +70,7 @@ timeline-name="media" :timeline="media" :user-id="userId" - :force-unmute="true" + :in-profile="true" /> <Timeline v-if="isUs" @@ -81,6 +81,7 @@ :title="$t('user_card.favorites')" timeline-name="favorites" :timeline="favorites" + :in-profile="true" /> </tab-switcher> </div> |
