feat: recent activity in individual dir
Browse files- 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 |
-
|
| 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
|