aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-09-16 07:27:06 +0000
committerShpuld Shpludson <shp@cock.li>2019-09-16 07:27:06 +0000
commit9b163d281670e0c0a589adce46727284fbcba0ad (patch)
treec7aa9233aeb018edeec2560507198aeecaf86209 /src/components/timeline/timeline.vue
parent09db4ceb1a1ffbd1886648142f2cc2b287dcb5c9 (diff)
parentbaebf08d20eed14d06f9253e4cc939891955f8cb (diff)
Merge branch '656' into 'develop'
Do not collapse thread muted posts when it's expanded/on the thread page and do not collapse muted user's posts on muted user's profile page Closes #656 See merge request pleroma/pleroma-fe!953
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..f1d3903a 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"
+ :in-profile="inProfile"
/>
</template>
<template v-for="status in timeline.visibleStatuses">
@@ -45,6 +46,7 @@
class="status-fadein"
:status-id="status.id"
:collapsable="true"
+ :in-profile="inProfile"
/>
</template>
</div>