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

Configure Feed

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

chore: update more handles

dusk c2b225f3 5b5ccdda

+3 -3
+3 -3
src/lib/activity.ts
··· 7 7 try { 8 8 const forgejoFeed = await parseFeedToActivity('https://git.gaze.systems/90008.rss'); 9 9 const githubFeed = await parseFeedToActivity('https://github.com/90-008.atom'); 10 - const codebergFeed = await parseFeedToActivity('https://codeberg.org/yusdacra.atom'); 10 + const codebergFeed = await parseFeedToActivity('https://codeberg.org/90-008.atom'); 11 11 const mergedFeed = sortActivities(forgejoFeed.concat(githubFeed).concat(codebergFeed)).slice( 12 12 0, 13 13 7 ··· 41 41 // dont count mirrored repos 42 42 // TODO: probably can implement a deduplication algorithm 43 43 if ( 44 - ['yusdacra/ark', 'yusdacra/website', 'yusdacra/moonlight-exts', 'yusdacra/extensions'].some( 45 - (repo) => description.includes(repo) 44 + ['90-008/ark', '90-008/website', '90-008/moonlight-exts', '90-008/extensions'].some((repo) => 45 + description.includes(repo) 46 46 ) 47 47 ) 48 48 continue;