Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2020-12-02 15:55:24 +0300
committerVincent Petry <vincent@nextcloud.com>2020-12-11 20:15:48 +0300
commit65238d1b8f487596dc79b19fe6a6be3a4fb417be (patch)
treedf44da5a069d248766065a21f66e76725c98b1eb /docs
parent353206e1e695d531f2a51003ac93cfc3cd669bce (diff)
Adjustments for listable rooms after review
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/chat.md4
-rw-r--r--docs/constants.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/chat.md b/docs/chat.md
index 736a199f1..2bc58d5ab 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -160,9 +160,9 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
* `call_ended` - Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration 30:23)
* `read_only_off` - {actor} unlocked the conversation
* `read_only` - {actor} locked the conversation
-* `listable_participants` - {actor} made the conversation listable only for participants
+* `listable_none` - {actor} made the conversation listable for nobody
* `listable_users` - {actor} made the conversation listable for regular users
-* `listable_all` - {actor} made the conversation listable for everone which includes users and guest users
+* `listable_all` - {actor} made the conversation listable for everone which includes users and guests
* `lobby_timer_reached` - The conversation is now open to everyone
* `lobby_none` - {actor} opened the conversation to everyone
* `lobby_non_moderators` - {actor} restricted the conversation to moderators
diff --git a/docs/constants.md b/docs/constants.md
index 8a250c02c..dd4f0e02f 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -14,7 +14,7 @@ title: Constants
## Listable scope
* `0` participants only
-* `1` regular users only, excluding guests
+* `1` regular users only, excluding guest app users
* `2` everyone
## Participant types