fix_: update defaultGorushURL (#6011)
This commit is contained in:
parent
eea527a9cf
commit
d3e934a8a0
|
@ -19,7 +19,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const encryptedPayloadKeyLength = 16
|
const encryptedPayloadKeyLength = 16
|
||||||
const defaultGorushURL = "https://gorush.status.im"
|
const defaultGorushURL = "https://gorush.infra.status.im/"
|
||||||
|
|
||||||
var errUnhandledPushNotificationType = errors.New("unhandled push notification type")
|
var errUnhandledPushNotificationType = errors.New("unhandled push notification type")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue