mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
register: Include web-public streams in "streams" field of response.
The "streams" field in "/register" response did not include web-public streams for non-admin users but the data for those are eventually included in the subscriptions data sent using "subscriptions", "unsubscribed" and "never_subscribed" fields. This commit adds code to include the web-public streams in "streams" field as well as everyone can access those and will make the "streams" data complete.
This commit is contained in:
committed by
Alex Vandiver
parent
edf1de5416
commit
c90fd388c8
@@ -18,6 +18,14 @@ clients should check the `zulip_feature_level` field, present in the
|
||||
/register`](/api/register-queue) responses, to determine the API
|
||||
format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 7.5
|
||||
|
||||
**Feature level 186**
|
||||
|
||||
* [`POST /register`](/api/register-queue): `streams` field in the response
|
||||
now included web-public streams as well. This change was backported from
|
||||
Zulip 8.0, where it was introduced in feature level 205.
|
||||
|
||||
## Changes in Zulip 7.0
|
||||
|
||||
**Feature level 185**
|
||||
|
Reference in New Issue
Block a user