mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 23:17:30 +08:00
feat: add multi-account weixin channel
This commit is contained in:
@@ -3,7 +3,10 @@ package channels
|
||||
import "sort"
|
||||
|
||||
func CompiledChannelKeys() []string {
|
||||
out := make([]string, 0, 7)
|
||||
out := make([]string, 0, 8)
|
||||
if weixinCompiled {
|
||||
out = append(out, "weixin")
|
||||
}
|
||||
if telegramCompiled {
|
||||
out = append(out, "telegram")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user