push_notification: Remove 'zulip_message_id' from FCM payload.

This commit removes the 'zulip_message_id' field from the FCM
payload for remove push notification.

Clients that use `zulip_message_ids` instead have been out for
years and we no longer support older client versions that don't.
This commit is contained in:
Prakhar Pratyush
2025-07-31 11:16:06 +05:30
committed by Tim Abbott
parent 1a5cab130d
commit c9edb9c9ce
3 changed files with 4 additions and 5 deletions

View File

@@ -24,6 +24,10 @@ format used by the Zulip server that they are interacting with.
* Mobile push notification payloads for APNs no longer contain the
`server` and `realm_id` fields, which were unused.
* Mobile push notification payloads for FCM to remove push
notifications no longer contain the legacy pre-2019
`zulip_message_id` field; all functional clients support the newer
`zulip_message_ids`.
**Feature level 412**