From 5e3478f1c16e0c42a299bcfce3e0b567bf4c2f7f Mon Sep 17 00:00:00 2001 From: Saeid <43953720+surbiks@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:12:07 +0330 Subject: socks5 proxy option added to telegram bot settings (#1500) * socks5 option added to telegram bot settings * update socks5 proxy settings translations --- web/assets/js/model/setting.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/assets') diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 3ddddb18..ddf1a0e1 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -15,6 +15,7 @@ class AllSetting { this.datepicker = "gregorian"; this.tgBotEnable = false; this.tgBotToken = ""; + this.tgBotProxy = ""; this.tgBotChatId = ""; this.tgRunTime = "@daily"; this.tgBotBackup = false; -- cgit v1.2.3