From 0dd8ff5b626a3f6083f7417ba0162dbe1bf04bdc Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Tue, 17 Jan 2023 12:39:06 +0100 Subject: [PATCH] Fix: clean start --- config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.php b/config.php index 235c7af..aa4ade3 100644 --- a/config.php +++ b/config.php @@ -77,4 +77,8 @@ $settings['telegram']['connection_settings']['all']['proxy_extra'] = []; } +if (empty($settings['telegram']['app_info']['api_id'])) { + unset($settings['telegram']['app_info']); +} + return $settings; \ No newline at end of file