mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
zerver: Add endpoint to register a push device to server.
This commit adds an endpoint to register a push device to receive E2EE push notifications.
This commit is contained in:
committed by
Tim Abbott
parent
c846302417
commit
5f8edf669d
@@ -20,6 +20,16 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 11.0
|
||||
|
||||
**Feature level 406**
|
||||
|
||||
* [`POST /register`](/api/register-queue): Added `push_devices`
|
||||
field to response.
|
||||
* [`GET /events`](/api/get-events): A `push_device` event is sent
|
||||
to clients when registration to bouncer either succeeds or fails.
|
||||
* [`POST /mobile_push/register`](/api/register-push-device): Added
|
||||
an endpoint to register a device to receive end-to-end encrypted
|
||||
mobile push notifications.
|
||||
|
||||
**Feature level 405**
|
||||
|
||||
* [Message formatting](/api/message-formatting): Added new HTML
|
||||
|
||||
Reference in New Issue
Block a user