forked from blisstown/campfire
fix: timing update on timeline fetcher
This commit is contained in:
parent
3b8ca902f1
commit
ea1a492dc0
3 changed files with 10 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
const lang = Lang();
|
||||
if (!$account) goto("/");
|
||||
|
||||
getTimeline("favourites");
|
||||
getTimeline("favourites", true);
|
||||
|
||||
document.addEventListener('scroll', () => {
|
||||
if ($account && $page.url.pathname !== "/favourites") return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue