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-04 13:58:40 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-10 13:47:04 +0300
commit11e8e28b87467954546ed5c5acf7ad78b38ec8f3 (patch)
tree66c29de975c913aa8e25f9b86f4fa347e24b7d7c /docs
parent4ebae32362d081c144717c58d4549e22aabb683e (diff)
Interact with integers so we can match it better in queries
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/constants.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/constants.md b/docs/constants.md
index 954898e0e..2304240d5 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -32,6 +32,10 @@ title: Constants
* `2` Notify on mention
* `3` Never notify
+## Participant read status privacy
+* `0` Read status is public
+* `1` Read status is private
+
## Actor types of chat messages
* `guests` - guest users
* `users` - logged-in users