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:
authorJoas Schilling <coding@schilljs.com>2020-12-14 14:43:27 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-14 14:43:27 +0300
commit0e9e02b48dd9f571972b877c72a7117175b92d91 (patch)
tree2773307fe4109028edda00812e2f542da603994a /docs
parent6ed701c9b7cfd118f8024390c3316a930bb1fbcf (diff)
Document read-status privacy setting
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/settings.md b/docs/settings.md
index 9b360beb0..543190bea 100644
--- a/docs/settings.md
+++ b/docs/settings.md
@@ -11,7 +11,7 @@
field | type | Description
------|------|------------
`key` | string | The user config to set
- `value` | string | The value to set
+ `value` | string/int | The value to set
* Response:
- Status code:
@@ -24,3 +24,4 @@
Key | Capability | Default | Valid values
----|------------|---------|-------------
`attachment_folder` | `config => attachments => folder` | `/Talk` | Path owned by the user to store uploads and received shares. It is created if it does not exist.
+`read_status_privacy` | `config => chat => read-privacy` | `0` | One of the read-status constants from the [constants list](constants.md#Participant-read-status-privacy)