fix: get online users (#3461)

get online users fail
This commit is contained in:
WangZhonghui 2026-06-26 17:46:48 +08:00 committed by GitHub
parent de3c1ba630
commit 7aab6a8e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,
)
}