mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
events: Remove realm_community_topic_editing_limit_seconds.
This commit removes realm_community_topic_editing_limit_seconds field from register response since topic edit limit is now controlled by move_messages_within_streams_limit_seconds setting. We also remove DEFAULT_COMMUNITY_TOPIC_EDITING_LIMIT_SECONDS constant since it is no longer used.
This commit is contained in:
@@ -116,7 +116,6 @@ class HomeTest(ZulipTestCase):
|
||||
"realm_bot_creation_policy",
|
||||
"realm_bot_domain",
|
||||
"realm_bots",
|
||||
"realm_community_topic_editing_limit_seconds",
|
||||
"realm_create_private_stream_policy",
|
||||
"realm_create_public_stream_policy",
|
||||
"realm_create_web_public_stream_policy",
|
||||
|
||||
Reference in New Issue
Block a user