Make rate limit challenge APNs payloads "silent"
This commit is contained in:
parent
38bc0c466a
commit
fbf71c93ff
|
@ -114,8 +114,7 @@ public class APNSender implements Managed, PushNotificationSender {
|
|||
.build();
|
||||
|
||||
case RATE_LIMIT_CHALLENGE -> new SimpleApnsPayloadBuilder()
|
||||
.setSound("default")
|
||||
.setLocalizedAlertMessage("APN_Message")
|
||||
.setContentAvailable(true)
|
||||
.addCustomProperty("rateLimitChallenge", notification.data())
|
||||
.build();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue