restore muted users collapsing logic on other user’s profiles

This commit is contained in:
taehoon 2019-11-25 12:25:01 -05:00
parent 41d2fa2fd6
commit 40e774e05a
4 changed files with 8 additions and 3 deletions

View file

@ -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>