From 687b3c056ff91cdc72ff2e0e59ae075bc524f83a Mon Sep 17 00:00:00 2001 From: Vladislav Veselskiy Date: Wed, 29 Jan 2025 11:00:21 +0300 Subject: [PATCH] Add comment. --- fcm.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fcm.go b/fcm.go index bb2459c..86c89ef 100644 --- a/fcm.go +++ b/fcm.go @@ -44,7 +44,10 @@ const ( maxMessages = 500 multipartBoundary = "msg_boundary" + // Batch Send API BatchSendEndpoint = "https://fcm.googleapis.com/batch" + // Requests to the endpoint will start failing after 6/21/2024. + // Migrate to the standard HTTP v1 API send method, which supports HTTP/2 for multiplexing. ) var (