Compare commits

...

2 Commits

Author SHA1 Message Date
WangZhonghui
6f93b67c4f
Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into 123abe98037f17750fe17372f3d3ca91e894bf08 2025-08-14 13:33:18 +03: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,
)
}