From 08e54cbc39732cdda529fc9b97da80fe1ad091cc Mon Sep 17 00:00:00 2001 From: sebkuip Date: Mon, 20 Jul 2026 17:53:40 +0200 Subject: [PATCH] Add `thread_creation_menu_timeout` to `duration_seconds` group --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index 0e45b00175..8084a4c075 100644 --- a/core/config.py +++ b/core/config.py @@ -240,7 +240,7 @@ class ConfigManager: "log_expiration", } - duration_seconds = {"snooze_default_duration"} + duration_seconds = {"snooze_default_duration", "thread_creation_menu_timeout"} booleans = { "use_user_id_channel_name",