fix: normalize required channel checks

This commit is contained in:
3252a8
2026-06-01 22:13:35 +03:00
parent 5b19ba2c2f
commit 5218ede0f1
5 changed files with 222 additions and 2 deletions
+1
View File
@@ -1018,6 +1018,7 @@ class Settings(BaseSettings):
"LOG_SUPPORT_THREAD_ID",
"BACKUP_CHAT_ID",
"BACKUP_THREAD_ID",
"REQUIRED_CHANNEL_ID",
mode="before",
)
@classmethod