fix pinned statuses appearing at the bottom of user timeline (and

possibly fetching new ones there)
This commit is contained in:
Henry Jameson 2022-02-20 00:04:47 +02:00
parent 8ade11783a
commit 2a97bdb39d
2 changed files with 31 additions and 3 deletions

View file

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