From acf31f8934faaa8c4374c8bf656bfe384d39a109 Mon Sep 17 00:00:00 2001 From: Kaustubh Nair Date: Tue, 8 Sep 2020 19:36:25 +0530 Subject: [PATCH] docs: Add community_topic_editing_limit_seconds value to docs. This was added to the response in e242ddc. Specifying the value makes sure that the user does not have to dig in the commit history. --- templates/zerver/api/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zerver/api/changelog.md b/templates/zerver/api/changelog.md index 768a386f65..8ec4b86c0b 100644 --- a/templates/zerver/api/changelog.md +++ b/templates/zerver/api/changelog.md @@ -157,7 +157,8 @@ No changes; feature level used for Zulip 3.0 release. * [`POST /register`](/api/register-queue): Added `realm_community_topic_editing_limit_seconds` to the response, the time limit before community topic editing is forbidden. A `null` - value means no limit. + value means no limit. This was previously hard-coded in the server + as 86400 seconds (1 day). * [`POST /register`](/api/register-queue): The response now contains a `is_owner`, similar to the existing `is_admin` and `is_guest` fields. * [`POST /set-typing-status`](/api/set-typing-status): Removed legacy support for sending email