aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-24 13:56:53 -0400
committertaehoon <th.dev91@gmail.com>2019-05-15 12:04:25 -0400
commitcd0a7afa06cafc93510286d35a60e9e40ead36bf (patch)
tree91303c82172bab88bd9d5a91a0fb12ce4f05881a /src/components/timeline/timeline.vue
parent9e22d6212acaeba271d847b565d066ae92165d09 (diff)
remove pinned timeline, instead, use simple entity of user object
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 870fe4f5..e6a8d458 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -21,12 +21,11 @@
class="status-fadein"
:key="status.id"
:statusoid="status"
- :pinned="timelineName === 'pinned'"
:collapsable="true"
/>
</div>
</div>
- <div :class="classes.footer" v-if="!noLoadMore">
+ <div :class="classes.footer">
<div v-if="count===0" class="new-status-notification text-center panel-footer faint">
{{$t('timeline.no_statuses')}}
</div>