dcai / airnotifier

Push Notifications Server for Human Beings.
Other
593 stars 187 forks source link

Fix: FCMClient is initialized even if FCM is not configured #240

Open aoisupersix opened 3 years ago

aoisupersix commented 3 years ago

This PR fixes #221 .

FCMClient is initialized even if FCM is not configured, and subsequent initialization of APNSClient will be skipped. Therefore, I modified that FCMClient is not initialized when FCM is not set.