aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-08-18 08:24:56 +0000
committerShpuld Shpludson <shp@cock.li>2019-08-18 08:24:56 +0000
commit6504d8ca0ffaad9509fbbf3fc610d4a15538aead (patch)
tree80c83a1ee5088fcbcfa14e2de5ffd03d408cd39f /src/components/timeline/timeline.vue
parent61f61947ad887c0cf8ee94ab7e699be78693579f (diff)
parent4bedbfea3c315b67b1d5d0818880dde46b9af0b5 (diff)
Merge branch '640' into 'develop'
Fix "Mixed pin markers from multiple users" Closes #640 See merge request pleroma/pleroma-fe!919
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 0cb4b3ef..4ad51714 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -35,7 +35,7 @@
class="status-fadein"
:statusoid="timeline.statusesObject[statusId]"
:collapsable="true"
- :show-pinned="true"
+ :pinned-status-ids-object="pinnedStatusIdsObject"
/>
</template>
<template v-for="status in timeline.visibleStatuses">