this repo has no description
0
fork

Configure Feed

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

Merge pull request #307 from cheeaun/main

Update from main

authored by

Chee Aun and committed by
GitHub
33c3b63b 74991c32

+1 -1
+1 -1
src/components/timeline.jsx
··· 370 370 useItemID={useItemID} 371 371 // allowFilters={allowFilters} 372 372 filterContext={filterContext} 373 - key={status.id + status?._pinned} 373 + key={status.id + status?._pinned + view} 374 374 view={view} 375 375 /> 376 376 ))}