mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-25 00:38:00 +01:00
Switch to production APN endpoint.
// FREEBIE
This commit is contained in:
@@ -179,7 +179,7 @@ public class APNSender implements Managed {
|
||||
this.apnService = Optional.of(APNS.newService()
|
||||
.withCert(new ByteArrayInputStream(keyStore), "insecure")
|
||||
.asQueued()
|
||||
.withSandboxDestination().build());
|
||||
.withProductionDestination().build());
|
||||
|
||||
this.executor.scheduleAtFixedRate(new FeedbackRunnable(), 0, 1, TimeUnit.HOURS);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user