mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 11:07:29 +08:00
hide unavailable channels in webui
This commit is contained in:
@@ -45,6 +45,8 @@ type FeishuChannel struct {
|
||||
tenantTokenErr error
|
||||
}
|
||||
|
||||
const feishuCompiled = true
|
||||
|
||||
func (c *FeishuChannel) SupportsAction(action string) bool {
|
||||
switch strings.ToLower(strings.TrimSpace(action)) {
|
||||
case "", "send":
|
||||
|
||||
Reference in New Issue
Block a user