diff options
| author | Henry Jameson <me@hjkos.com> | 2022-02-20 00:36:21 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-02-20 00:36:21 +0200 |
| commit | a31ff20f50906f70253bf43f4548c0f5b0ab8db4 (patch) | |
| tree | 8ae04784a1b4cd9cabcbf77af4e2cd548148d3a1 /src/components/timeline/timeline.vue | |
| parent | 2a97bdb39d7533ae55ddb0713d4fb3d670017ea5 (diff) | |
lol, lmao, that was some shit, this is much easier and works all the time
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index c8cd38e0..3ba5e8b5 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -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" |
