aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-11-25 12:25:01 -0500
committertaehoon <th.dev91@gmail.com>2019-11-25 12:25:01 -0500
commit40e774e05abfce6da3c558c09ce1750c132a580f (patch)
tree7d26f215dec2a4fc2176dc969974a462e8b87f99 /src/components/timeline/timeline.vue
parent41d2fa2fd66ca33b0c83f65d608ee37f8ffcb152 (diff)
restore muted users collapsing logic on other user’s profiles
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index f1d3903a..93f6f570 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -37,6 +37,7 @@
:collapsable="true"
:pinned-status-ids-object="pinnedStatusIdsObject"
:in-profile="inProfile"
+ :profile-user-id="userId"
/>
</template>
<template v-for="status in timeline.visibleStatuses">
@@ -47,6 +48,7 @@
:status-id="status.id"
:collapsable="true"
:in-profile="inProfile"
+ :profile-user-id="userId"
/>
</template>
</div>