From 3205e984f13a7aaa2cc0e1cf292ed6bcfb2fdc53 Mon Sep 17 00:00:00 2001 From: hoelee Date: Fri, 7 Aug 2026 11:34:30 +0800 Subject: [PATCH] config: update example config defaults --- config.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.json b/config.example.json index b2a9f83..7c2e14d 100644 --- a/config.example.json +++ b/config.example.json @@ -19,7 +19,7 @@ "db_path": "/app/data/telegram_state.db", "channel_overrides": { "-1001231231231":{"turnon":false}, - "-1003213213213":{"turnon":true} + "-1003213213213":{"turnon":false} }, "channel_last_message_id_overrides": { "-1001231231231": { @@ -27,7 +27,7 @@ "last_message_id": 123123 }, "-1003213213213": { - "updateonce": true, + "updateonce": false, "last_message_id": 321321 } },