mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
api-changelog: Update and clarify docs for feature level 178 entry.
Updates the descriptions and examples for there only being two key values: "website" and "aggregated". Also, clarifies that email keys are the Zulip display email. And removes any descriptive text that says presence objects have information about the clients the user is logged into.
This commit is contained in:
committed by
Tim Abbott
parent
1184bdc934
commit
5802f7775f
@@ -55,11 +55,14 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
**Feature level 178**
|
||||
|
||||
* `POST users/me/presence`, [`POST /register`](/api/register-queue),
|
||||
[`GET /events`](/api/get-events), `GET /realm/presence`, `GET
|
||||
/users/<user_id_or_email>/presence`: The server no longer stores
|
||||
which client submitted presence data, and presence responses from
|
||||
the server will always contain the `aggregated` and `website` keys.
|
||||
* `POST users/me/presence`,
|
||||
[`GET /users/<user_id_or_email>/presence`](/api/get-user-presence),
|
||||
[`GET /realm/presence`](/api/get-presence),
|
||||
[`POST /register`](/api/register-queue),
|
||||
[`GET /events`](/api/get-events):
|
||||
The server no longer stores which client submitted presence data,
|
||||
and presence responses from the server will always contain the
|
||||
`"aggregated"` and `"website"` keys.
|
||||
|
||||
**Feature level 177**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user