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
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.js b/src/constants.js
index 6c9b9be69..dfb298173 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -35,7 +35,7 @@ export const CONVERSATION = {
READ_ONLY: 1,
},
LISTABLE: {
- PARTICIPANTS: 0,
+ NONE: 0,
USERS: 1,
ALL: 2,
},