fix: get online users (#3461)

get online users fail
dependabot/go_modules/go.mongodb.org/mongo-driver-1.17.7
WangZhonghui 3 months ago committed by GitHub
parent de3c1ba630
commit 7aab6a8e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save