diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-30 11:06:22 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:26 -0400 |
| commit | f68653d0dd0b374aa28eca35b424b6c834c701d6 (patch) | |
| tree | 5ff6bd3a6849c704dfe47eae43748e9a473e5f4b /src/components/status/status.js | |
| parent | 110c9d3b26e3871c8fc8157458be201ed4316d49 (diff) | |
show pinned state only in the user timeline
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index a1ffb026..5b3d98c3 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -26,7 +26,8 @@ const Status = { 'replies', 'isPreview', 'noHeading', - 'inlineExpanded' + 'inlineExpanded', + 'showPinned' ], data () { return { |
