hide unavailable channels in webui

This commit is contained in:
lpf
2026-03-10 14:46:34 +08:00
parent 4a1b5f27e4
commit 594897c9bb
20 changed files with 110 additions and 30 deletions

View File

@@ -38,6 +38,8 @@ const (
telegramStreamMaxRetries = 4
)
const telegramCompiled = true
type TelegramChannel struct {
*BaseChannel
bot *telego.Bot