mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-02 10:58:58 +08:00
Release v1.0.2
This commit is contained in:
@@ -275,6 +275,7 @@ func gatewayCmd() {
|
||||
registryServer.SetConfigAfterHook(func(forceRuntimeReload bool) error {
|
||||
return triggerReload("api", forceRuntimeReload)
|
||||
})
|
||||
registryServer.SetMessageBus(msgBus)
|
||||
if rawWeixin, ok := channelManager.GetChannel("weixin"); ok {
|
||||
if weixinChannel, ok := rawWeixin.(*channels.WeixinChannel); ok {
|
||||
weixinChannel.SetConfigPath(getConfigPath())
|
||||
|
||||
Reference in New Issue
Block a user