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

Configure Feed

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

hide hydrant from github activityy

dawn 8c75080a 459433f9

+10 -3
+10 -3
eunomia/src/lib/activity.ts
··· 100 100 // TODO: probably can implement a deduplication algorithm 101 101 if ( 102 102 source === 'github' && 103 - ['90-008/ark', '90-008/website', 'ark', 'website', 'trill', 'faunu', 'nucleus'].some((repo) => 104 - description.includes(repo) 105 - ) 103 + [ 104 + '90-008/ark', 105 + '90-008/website', 106 + 'ark', 107 + 'website', 108 + 'trill', 109 + 'faunu', 110 + 'nucleus', 111 + 'hydrant' 112 + ].some((repo) => description.includes(repo)) 106 113 ) 107 114 continue; 108 115 // dont show activity that is just chore