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:
joseph
2024-08-03 17:41:35 +00:00
committed by Tim Abbott
parent 62f74fcb83
commit 65893292b5
7 changed files with 63 additions and 45 deletions

View File

@@ -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):