From e2a7318588ba7645c15273e41c32a589bd542772 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Tue, 29 Oct 2024 16:14:12 +0000 Subject: [PATCH] fix_: update defaultGorushURL --- protocol/pushnotificationserver/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/pushnotificationserver/server.go b/protocol/pushnotificationserver/server.go index 8761d676894..5b48a301293 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")