fix: preserve telegram default auth promotion

This commit is contained in:
Ayaan Zaidi
2026-04-07 09:27:53 +05:30
parent b59560c49a
commit 47e6c57a7a
3 changed files with 39 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
export const singleAccountKeysToMove = ["streaming"];
export const namedAccountPromotionKeys: string[] = [];
export const namedAccountPromotionKeys = ["botToken", "tokenFile"] as const;