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/conversation/conversation.vue | |
| parent | 61f61947ad887c0cf8ee94ab7e699be78693579f (diff) | |
fix pin showing logic in conversation
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 5a900607..d4e199c1 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -21,7 +21,7 @@ :inline-expanded="collapsable && isExpanded" :statusoid="status" :expandable="!isExpanded" - :show-pinned="showPinned" + :show-pinned="pinnedStatusIdsObject[status.id]" :focused="focused(status.id)" :in-conversation="isExpanded" :highlight="getHighlight()" |
