diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-15 13:07:07 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-17 14:33:32 -0400 |
| commit | 4b444708f2594028e47dad91f1e90728592474ae (patch) | |
| tree | f4a2986cfa003a065a8baf6b66e7596e59aeec58 /src/components/timeline/timeline.vue | |
| parent | 61f61947ad887c0cf8ee94ab7e699be78693579f (diff) | |
fix pin showing logic in conversation
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> </template> <template v-for="status in timeline.visibleStatuses"> |
