From 4b444708f2594028e47dad91f1e90728592474ae Mon Sep 17 00:00:00 2001 From: taehoon Date: Thu, 15 Aug 2019 13:07:07 -0400 Subject: fix pin showing logic in conversation --- src/components/timeline/timeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/timeline/timeline.vue') diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 0cb4b3ef..23795bec 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="pinnedStatusIds" />