this repo has no description
0
fork

Configure Feed

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

Fix refresh key not unique enough

JS converted these to numbers, much fail

+1 -1
+1 -1
src/pages/account-statuses.jsx
··· 258 258 useItemID 259 259 boostsCarousel={snapStates.settings.boostsCarousel} 260 260 timelineStart={TimelineStart} 261 - refresh={excludeReplies + excludeBoosts + tagged + media} 261 + refresh={[excludeReplies, excludeBoosts, tagged, media].toString()} 262 262 headerEnd={ 263 263 <Menu2 264 264 portal