Always point to live PN server

This commit is contained in:
nielsandriesse 2020-10-01 13:52:11 +10:00
parent b1d9cb0cf9
commit 4d22f73e83

View file

@ -5,7 +5,7 @@ public final class LokiPushNotificationManager : NSObject {
// MARK: Settings
#if DEBUG
private static let server = "https://dev.apns.getsession.org"
private static let server = "https://live.apns.getsession.org"
#else
private static let server = "https://live.apns.getsession.org"
#endif