From 7f71788a82af0b8d3e7b168e50f48102aa2dde72 Mon Sep 17 00:00:00 2001 From: cgb Date: Thu, 3 Nov 2022 13:32:58 +1030 Subject: [PATCH] Fix typo in zulip config snippet --- docs/docs/messaging/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/docs/messaging/index.md b/docs/docs/messaging/index.md index 47295287..f90c582a 100644 --- a/docs/docs/messaging/index.md +++ b/docs/docs/messaging/index.md @@ -206,9 +206,11 @@ You can enable the MeshCentral [Zulip](https://zulip.com/) integration with the ```json { "messaging": { - "site": "https://api.zulip.com", - "email": "your-bot@zulip.com", - "api_key": "your_32_character_api_key" + "zulip": { + "site": "https://api.zulip.com", + "email": "your-bot@zulip.com", + "api_key": "your_32_character_api_key" + } } } ``` @@ -255,4 +257,4 @@ Notice the `msg2factor` is set to false. In this case, messaging can still be us For administrators, login reports will show if "Messaging" was used as a second factor for a user login. You can see this in this report: -![](images/MC2-Telegram4.png) \ No newline at end of file +![](images/MC2-Telegram4.png)