mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 17:38:04 +01:00
Make rate limit challenge APNs payloads "silent"
This commit is contained in:
committed by
Jon Chambers
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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user