release v1.2.9

This commit is contained in:
Bohdan Triapitsyn
2025-12-20 02:44:46 +02:00
parent f144eff46e
commit 83b4509cd8
13 changed files with 35 additions and 19 deletions
@@ -24,7 +24,7 @@ export const SessionRetentionSettings: React.FC = () => {
setMobileDraftDays(String(autoDeleteAfterDays));
}, [autoDeleteAfterDays]);
const { candidates, isRunning, runCleanup, keepRecentCount } = useSessionAutoCleanup({ autoRun: false });
const { candidates, isRunning, runCleanup } = useSessionAutoCleanup({ autoRun: false });
const pendingCount = candidates.length;
const handleRunCleanup = React.useCallback(async () => {