Auto-restart gateway after Telegram QR onboarding

This commit is contained in:
Shannon Sands
2026-06-10 01:35:12 -07:00
committed by Teknium
parent 298bb93d39
commit 984e69ff62
4 changed files with 124 additions and 10 deletions
+5 -1
View File
@@ -1475,7 +1475,11 @@ export interface TelegramOnboardingApplyResponse {
ok: boolean;
platform: "telegram";
bot_username?: string;
needs_restart: true;
needs_restart: boolean;
restart_started?: boolean;
restart_action?: string;
restart_pid?: number | null;
restart_error?: string;
}
export interface SessionMessage {