fix: timing update on timeline fetcher

This commit is contained in:
mae taylor 2025-07-15 16:42:21 +01:00
parent 3b8ca902f1
commit ea1a492dc0
Signed by: mae
GPG key ID: 3C80D76BA7A3B9BD
3 changed files with 10 additions and 8 deletions

View file

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