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:
authorJoas Schilling <coding@schilljs.com>2021-10-08 10:46:44 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-11 17:26:08 +0300
commit1921603ac4be758252a145162ef0647eff6fffec (patch)
tree333ca6087b191ae06871d9ed32c753005aa642aa /src/constants.js
parent879a2b7d6924e5c603f83109162e8874aa929647 (diff)
Add a UI option to change the call setting
Signed-off-by: Joas Schilling <coding@schilljs.com>
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,