From ac2d7fef56eab3da06bbf0323570fa9d9d75f2f2 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 8 May 2020 10:48:26 +0000 Subject: [PATCH] docs: Fix recent regression with server-settings. We just needed a blank line after the "Changes" paragraph. Otherwise, the list formatting gets all messed up. --- templates/zerver/api/server-settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zerver/api/server-settings.md b/templates/zerver/api/server-settings.md index 76cf1da6e6..ebc901d65a 100644 --- a/templates/zerver/api/server-settings.md +++ b/templates/zerver/api/server-settings.md @@ -36,6 +36,7 @@ **Changes**. New in Zulip 2.2. We recommend using an implied value of 0 for Zulip servers that do not send this field. + * `push_notifications_enabled`: whether mobile/push notifications are enabled. * `is_incompatible`: whether the Zulip client that has sent a request to this endpoint is deemed incompatible with the server.