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 more duplicate activity entries from mirrored repos

dawn c73e6c3d 042f1fb1

+1 -1
+1 -1
src/lib/activity.ts
··· 92 92 // dont count mirrored repos 93 93 // TODO: probably can implement a deduplication algorithm 94 94 if ( 95 - ['90-008/ark', '90-008/website', '90-008/moonlight-exts', '90-008/extensions'].some((repo) => 95 + ['90-008/ark', '90-008/website', 'ark', 'website'].some((repo) => 96 96 description.includes(repo) 97 97 ) 98 98 )