aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-04-30 17:39:33 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-04-30 17:39:33 +0000
commita954f56e3444e921dcf5ff6651e443ac110f1804 (patch)
treede2de7d792a17ccd1ac74773cd05f3d18c2de60e /src/components/timeline/timeline.vue
parent0f7f685c5e720d870cc732f07f68fb6eac278a68 (diff)
parentb1bd5bd08eccbe93d37aa1708692cad50003fd58 (diff)
Merge branch 'brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users' into 'develop'
Show favoriting and repeating users in hilighted status See merge request pleroma/pleroma-fe!768
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index e0a34bd1..e6a8d458 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -16,7 +16,7 @@
</div>
<div :class="classes.body">
<div class="timeline">
- <conversation
+ <conversation
v-for="status in timeline.visibleStatuses"
class="status-fadein"
:key="status.id"