this repo has no description
0
fork

Configure Feed

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

Fix wrong feature detection for trending link posts

Ooops!

+1 -1
+1 -1
src/pages/trending.jsx
··· 140 140 const hasCurrentLink = !!currentLink; 141 141 const currentLinkRef = useRef(); 142 142 const supportsTrendingLinkPosts = 143 - sameCurrentInstance && supports('@mastodon/trending-hashtags'); 143 + sameCurrentInstance && supports('@mastodon/trending-link-posts'); 144 144 145 145 useEffect(() => { 146 146 if (currentLink && currentLinkRef.current) {