this repo has no description
0
fork

Configure Feed

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

Fix search offset not working when first time load with 'type'

+4
+4
src/pages/search.jsx
··· 101 101 setStatusResults(results.statuses); 102 102 setAccountResults(results.accounts); 103 103 setHashtagResults(results.hashtags); 104 + if (type) { 105 + offsetRef.current = LIMIT; 106 + setShowMore(results[type]?.length >= LIMIT); 107 + } 104 108 } 105 109 setUiState('default'); 106 110 } catch (err) {