Compare commits

...

2 Commits

Author SHA1 Message Date
WangZhonghui
4366c48fd1
Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into 349a8cd9afaace99a527b469fc4aaaa095ea570d 2025-08-19 19:25:14 +08:00
WangZhonghui
5afa9d1e79
fix: get online users
get online users fail
2025-07-18 11:44:19 +08:00

View File

@ -89,7 +89,9 @@ func (a *ApiCmd) runE() error {
&a.apiConfig.Notification,
a.apiConfig,
[]string{},
[]string{},
[]string{
a.apiConfig.Discovery.RpcService.MessageGateway,
},
api.Start,
)
}