Update ref.

This commit is contained in:
Владислав Весельский 2025-01-29 14:34:26 +03:00
parent 5af327af4a
commit a1fddd32af
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ type ApnsPayload struct {
Aps ApnsPayloadKeys `json:"aps"`
// TODO: add support for custom keys
// https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification
// https://developer.apple.com/documentation/usernotifications/generating-a-remote-notification
customKeys map[string]any
}