mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
committed by
Tim Abbott
parent
1a5cab130d
commit
c9edb9c9ce
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user