aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-09-13 16:17:51 -0400
committertaehoon <th.dev91@gmail.com>2019-09-13 16:17:51 -0400
commitb10558f721e68bb57595ed35bec433aec46bf098 (patch)
tree8a6b8355c8f4cbd03540780f70ba397ff678334b
parent09deb69bc78fb5cfd3d9ff2455a5632ed71dd14b (diff)
do not collapse muted user's posts on muted user's media timeline
-rw-r--r--src/components/user_profile/user_profile.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index c380d2dc..f463eea5 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -70,6 +70,7 @@
timeline-name="media"
:timeline="media"
:user-id="userId"
+ :force-unmute="true"
/>
<Timeline
v-if="isUs"