@@ -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