mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
stream_settings: Add new disable_topics option to topics_policy.
Adds new configuration option `disable_topics` in `topics_policy` channel setting to support disabling topics in the channel. Fixes #34553.
This commit is contained in:
@@ -27,6 +27,7 @@ class StreamTopicsPolicyEnum(Enum):
|
||||
inherit = 1
|
||||
allow_empty_topic = 2
|
||||
disable_empty_topic = 3
|
||||
empty_topic_only = 4
|
||||
|
||||
|
||||
class Stream(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user