From 3c62e4a8e35a92bdd14b433193c4ca4f91a18cb6 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 4 May 2023 17:05:24 -0300 Subject: Add unit tests and implement pending methods Signed-off-by: Vitor Mattos --- docs/constants.md | 4 ++++ docs/settings.md | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3