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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index be0428881..dc4cd9387 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -79,6 +79,10 @@ export const PARTICIPANT = {
MENTION: 2,
NEVER: 3,
},
+ NOTIFY_CALLS: {
+ OFF: 0,
+ ON: 1,
+ },
TYPE: {
OWNER: 1,
MODERATOR: 2,