this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make scrolling work inside filter bar

+1 -1
+1 -1
src/pages/account-statuses.jsx
··· 374 374 (filterBarRef.current.offsetWidth - active.offsetWidth) / 2, 375 375 }); 376 376 } 377 - }, [featuredTags, tagged, media, excludeReplies, excludeBoosts]); 377 + }, [featuredTags, searchEnabled, ...allSearchParams]); 378 378 379 379 const accountInstance = useMemo(() => { 380 380 if (!account?.url) return null;