aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-09-13 15:34:17 -0400
committertaehoon <th.dev91@gmail.com>2019-09-13 15:38:04 -0400
commit09deb69bc78fb5cfd3d9ff2455a5632ed71dd14b (patch)
treebbc6974b641a830d7a87846a4a3c685178cdb929 /src/components/timeline/timeline.vue
parent09db4ceb1a1ffbd1886648142f2cc2b287dcb5c9 (diff)
do not collapse muted user's posts on muted user's profile page
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index ba66e6da..b89f505a 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -36,6 +36,7 @@
:status-id="statusId"
:collapsable="true"
:pinned-status-ids-object="pinnedStatusIdsObject"
+ :force-unmute="forceUnmute"
/>
</template>
<template v-for="status in timeline.visibleStatuses">
@@ -45,6 +46,7 @@
class="status-fadein"
:status-id="status.id"
:collapsable="true"
+ :force-unmute="forceUnmute"
/>
</template>
</div>