chenbhao commited on
Commit
d0fbd76
·
1 Parent(s): 97289d7

feat: recent activity in individual dir

Browse files
Files changed (1) hide show
  1. src/setup.ts +1 -3
src/setup.ts CHANGED
@@ -387,9 +387,7 @@ export async function setup(
387
  const { hasReleaseNotes } = await checkForReleaseNotes(
388
  getGlobalConfig().lastReleaseNotesSeen,
389
  )
390
- if (hasReleaseNotes) {
391
- await getRecentActivity()
392
- }
393
  }
394
 
395
  // Start background fetch of OpenRouter models if configured
 
387
  const { hasReleaseNotes } = await checkForReleaseNotes(
388
  getGlobalConfig().lastReleaseNotesSeen,
389
  )
390
+ await getRecentActivity()
 
 
391
  }
392
 
393
  // Start background fetch of OpenRouter models if configured