mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
invites: Add option to receive notification on accepted invitations.
Previously, when a referrer's invitation to Zulip was accepted, they got a notification from notification-bot indicating their invitation has been accepted. This commit adds an option for referrer to decide whether he wants to receive the direct notification from the notification-bot. Fixes: #20398
This commit is contained in:
committed by
Tim Abbott
parent
5da629895f
commit
4cce94b667
@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
|
||||
# Changes should be accompanied by documentation explaining what the
|
||||
# new level means in api_docs/changelog.md, as well as "**Changes**"
|
||||
# entries in the endpoint's documentation in `zulip.yaml`.
|
||||
API_FEATURE_LEVEL = 266
|
||||
API_FEATURE_LEVEL = 267
|
||||
|
||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
||||
# only when going from an old version of the code to a newer version. Bump
|
||||
|
||||
Reference in New Issue
Block a user