summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-05-04 17:05:24 -0300
committerVitor Mattos <vitor@php.rio>2023-05-05 05:18:58 -0300
commit3c62e4a8e35a92bdd14b433193c4ca4f91a18cb6 (patch)
tree660fd312a7239aa451d90be78d96f6854aec4807 /docs
parent047ed73a4600a3628198ee7c95d99da9ba982385 (diff)
Add unit tests and implement pending methods
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'docs')
-rw-r--r--docs/constants.md4
-rw-r--r--docs/settings.md9
2 files changed, 9 insertions, 4 deletions
diff --git a/docs/constants.md b/docs/constants.md
index 4ea1670cf..68a6abfe5 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -76,6 +76,10 @@
* `0` Read status is public
* `1` Read status is private
+### Participant typing privacy
+* `0` Make visible the typing status
+* `1` Hide the typing status
+
### Attendee types
* `users` - Logged-in users
* `groups` - Groups
diff --git a/docs/settings.md b/docs/settings.md
index 9b476365e..e4cd4bbd5 100644
--- a/docs/settings.md
+++ b/docs/settings.md
@@ -21,10 +21,11 @@
## User settings
-| Key | Capability | Default | Valid values |
-|-----------------------|-----------------------------------|-------------------------------------------------|----------------------------------------------------------------------------------------------------------|
-| `attachment_folder` | `config => attachments => folder` | Value of app config `default_attachment_folder` | 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) |
+| Key | Capability | Default | Valid values |
+|-----------------------|------------------------------------|-------------------------------------------------|----------------------------------------------------------------------------------------------------------|
+| `attachment_folder` | `config => attachments => folder` | Value of app config `default_attachment_folder` | 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) |
+| `typing_privacy` | `config => chat => typing-privacy` | `0` | One of the typing privacy constants from the [constants list](constants.md#participant-typing-privacy) |
## Set SIP settings