From c3f0711c72e2d1de4c5325282ceda49fabdc70ca Mon Sep 17 00:00:00 2001 From: Martin Schoeler Date: Wed, 20 Feb 2019 15:21:50 -0300 Subject: [PATCH] Fix wrong text on read only channels --- user-guides/channels/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-guides/channels/README.md b/user-guides/channels/README.md index c85c16b1d4..1ad8bd075c 100644 --- a/user-guides/channels/README.md +++ b/user-guides/channels/README.md @@ -74,7 +74,7 @@ To create a channel you need to click on the plus `+` button that is alongside t This will open a pop up, and there you can set the name of that channel, if it is public or private, set it to read-only, broadcast it and invite users. -In read only channels, messages can only be posted by people with the write permissions. Users can react to messages in this Good for announcements, voting channels and such. +In read only channels, messages can only be posted by people with the write permissions. Users can react to messages in this channel. Read only channels are good for announcements or voting for example. Encrypted channels, messages will be end to end encrypted. See: [End to End Encryption](../end-to-end-encryption/) for details.