mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-22 04:47:28 +08:00
hide unavailable channels in webui
This commit is contained in:
@@ -31,6 +31,8 @@ type QQChannel struct {
|
||||
mu sync.RWMutex
|
||||
}
|
||||
|
||||
const qqCompiled = true
|
||||
|
||||
func NewQQChannel(cfg config.QQConfig, messageBus *bus.MessageBus) (*QQChannel, error) {
|
||||
base := NewBaseChannel("qq", cfg, messageBus, cfg.AllowFrom)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user