diff --git a/protocol/pushnotificationserver/server.go b/protocol/pushnotificationserver/server.go index 8761d67689..5b48a30129 100644 --- a/protocol/pushnotificationserver/server.go +++ b/protocol/pushnotificationserver/server.go @@ -19,7 +19,7 @@ import ( ) const encryptedPayloadKeyLength = 16 -const defaultGorushURL = "https://gorush.status.im" +const defaultGorushURL = "https://gorush.infra.status.im/" var errUnhandledPushNotificationType = errors.New("unhandled push notification type")