fix pinned statuses appearing at the bottom of user timeline (and
possibly fetching new ones there)
This commit is contained in:
parent
8ade11783a
commit
2a97bdb39d
2 changed files with 31 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
</template>
|
||||
<template v-for="status in timeline.visibleStatuses">
|
||||
<conversation
|
||||
v-if="!excludedStatusIdsObject[status.id]"
|
||||
v-if="status._meta.fetchedFromPinned <= 0"
|
||||
:key="status.id"
|
||||
class="status-fadein"
|
||||
:status-id="status.id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue