this repo has no description
0
fork

Configure Feed

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

Quick fix rendering bug when switching media filter

+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 ))}