lol, lmao, that was some shit, this is much easier and works all the time

This commit is contained in:
Henry Jameson 2022-02-20 00:36:21 +02:00
parent 2a97bdb39d
commit a31ff20f50
3 changed files with 3 additions and 49 deletions

View file

@ -37,7 +37,7 @@
</template>
<template v-for="status in timeline.visibleStatuses">
<conversation
v-if="status._meta.fetchedFromPinned <= 0"
v-if="timelineName === 'bookmarks' || (status.id >= timeline.minId && status.id <= timeline.maxId)"
:key="status.id"
class="status-fadein"
:status-id="status.id"