aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorBrenden Bice <brenden.next@gmail.com>2019-04-09 04:00:09 -0400
committerBrenden Bice <brenden.next@gmail.com>2019-04-11 23:26:13 -0400
commitf74a6b4b5777211dcda979b0e390305f46efdd95 (patch)
treefa2995b57268c11fe2988e30c286c13182dbe7ae /src/components/timeline/timeline.vue
parentefd20967df1eb633206dcab3d37905653dccd723 (diff)
display favs & reblogged users on expanded post in timeline view
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index e0a34bd1..147e8a1d 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -22,6 +22,7 @@
:key="status.id"
:statusoid="status"
:collapsable="true"
+ :timelineName="timelineName"
/>
</div>
</div>