mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 09:36:00 +08:00
@@ -45,6 +45,10 @@ func init() {
|
||||
if config.Config.Push.Fcm.Enable {
|
||||
offlinePusher = fcm.NewFcm()
|
||||
}
|
||||
|
||||
if config.Config.Push.Mob.Enable {
|
||||
offlinePusher = mobpush.MobPushClient
|
||||
}
|
||||
}
|
||||
|
||||
func initPrometheus() {
|
||||
|
||||
Reference in New Issue
Block a user