fix_: update defaultGorushURL (#6011)

This commit is contained in:
Igor Sirotin 2024-10-29 16:52:34 +00:00 committed by GitHub
parent eea527a9cf
commit d3e934a8a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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")