invites: Allow users to invite without specifying any stream to join.

We now allow users to invite without specifying any stream to join.
In such cases, the user would join the default streams, if any, during
the process of account creation after accepting the invite.

It is also fine if there are no default streams and user isn't
subscribed to any stream initially.
This commit is contained in:
Sahil Batra
2023-04-26 22:50:44 +05:30
committed by Tim Abbott
parent 875bcb183e
commit 4ca887bade
5 changed files with 21 additions and 15 deletions

View File

@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 7.0
**Feature level 180**
* `POST /invites`: Added support for invitations specifying the empty
list as the user's initial stream subscriptions. Previously, this
returned an error.
**Feature level 179**:
* [`POST /scheduled_messages`](/api/create-or-update-scheduled-message):