From 2a97bdb39d7533ae55ddb0713d4fb3d670017ea5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 20 Feb 2022 00:04:47 +0200 Subject: [PATCH] fix pinned statuses appearing at the bottom of user timeline (and possibly fetching new ones there) --- src/components/timeline/timeline.vue | 2 +- src/modules/statuses.js | 32 ++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 767428f0..c8cd38e0 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -37,7 +37,7 @@