Compare commits

...

2 Commits

Author SHA1 Message Date
WangZhonghui
f3d1b0adc8
Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into b7200c163c45c5e855b717ceb5be5093a70a7bd5 2026-02-05 10:34:49 +08:00
WangZhonghui
5afa9d1e79
fix: get online users
get online users fail
2025-07-18 11:44:19 +08:00

View File

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