mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-17 02:57:30 +08:00
hide unavailable channels in webui
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
|
||||
type FeishuChannel struct{ disabledChannel }
|
||||
|
||||
const feishuCompiled = false
|
||||
|
||||
func NewFeishuChannel(cfg config.FeishuConfig, bus *bus.MessageBus) (*FeishuChannel, error) {
|
||||
return nil, errChannelDisabled("feishu")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user