mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-28 08:52:45 +00:00
fix: preserve telegram default auth promotion
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export const singleAccountKeysToMove = ["streaming"];
|
||||
export const namedAccountPromotionKeys: string[] = [];
|
||||
export const namedAccountPromotionKeys = ["botToken", "tokenFile"] as const;
|
||||
|
||||
Reference in New Issue
Block a user