data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

feat(activity): dont show chores

dusk 9aa1e9d9 b3ae288f

+2 -3
+2 -3
src/lib/activity.ts
··· 46 46 ) 47 47 ) 48 48 continue; 49 - // dont show activity that is just update flake deps or something 50 - if (item.content?.includes('update flake deps') || item.content?.includes('chore(deps)')) 51 - continue; 49 + // dont show activity that is just chore 50 + if (item.content?.includes('chore')) continue; 52 51 results.push({ 53 52 source, 54 53 description: description.split('</a>').at(1) || description.split('</a>').pop() || '',