mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
channel_subscribe: Use IDs instead of emails when processing results.
As part of our todo in the code, we want to use the unique user IDs instead of emails when processing the results of subscribing users to a channel. These changes apply those changes and streamlines the use of IDs.
This commit is contained in:
@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 10.0
|
||||
|
||||
**Feature level 289**
|
||||
|
||||
* [`POST /users/{user_id}/subscription`](/api/subscribe): In the response,
|
||||
users are identified by their numeric user ID rather than by their
|
||||
Zulip API email address.
|
||||
|
||||
**Feature level 288**
|
||||
|
||||
* [`POST /register`](/api/register-queue):
|
||||
|
||||
Reference in New Issue
Block a user