feat(api,userbot,frontend): fetch only new messages in backfill by default

This commit is contained in:
hh
2026-08-06 12:30:37 +02:00
parent 6b6edc9a0d
commit ee63f8b783
9 changed files with 76 additions and 25 deletions
+2 -2
View File
@@ -48,8 +48,8 @@
}
busy = true;
try {
await enqueueBackfill(chatId, true);
toasts.success("Бэкфилл запущен");
await enqueueBackfill(chatId, true, true);
toasts.success("Полный бэкфилл запущен");
} catch {
toasts.error("Не удалось запустить бэкфилл");
} finally {