mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
create-channel: Remove send_new_subscription_messages parameter.
Removes send_new_subscription_messages parameter from `POST channel/create` endpoint as Notification Bot DMs are never sent when users are subscribed as part of creating a new channel. Not considered a documentable API change, since the previous parameter never had any effect, so this is effectively just a documentation and error-handling bug fix, not an API change relevant to implementors.
This commit is contained in:
committed by
Tim Abbott
parent
dda2c6e285
commit
699c0c6200
@@ -23730,8 +23730,6 @@ paths:
|
||||
example: true
|
||||
folder_id:
|
||||
$ref: "#/components/schemas/FolderId"
|
||||
send_new_subscription_messages:
|
||||
$ref: "#/components/schemas/SendNewSubscriptionMessages"
|
||||
topics_policy:
|
||||
$ref: "#/components/schemas/TopicsPolicy"
|
||||
history_public_to_subscribers:
|
||||
|
Reference in New Issue
Block a user