summaryrefslogtreecommitdiffstats
path: root/src/constants.js
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-10-25 12:22:08 +0200
committerGitHub <noreply@github.com>2021-10-25 12:22:08 +0200
commit351c3090c073a7208c830447ac7807bf916d2718 (patch)
tree7a74b1948080a349968ad8adfa77908a99d76bdf /src/constants.js
parent00269d075ef38cc25d0cfca5364854264a0332b3 (diff)
parent730a18416b3db0c86ebe8daff0a90eaef651d278 (diff)
Merge pull request #6338 from nextcloud/feature/noid/allow-to-opt-out-of-call-notifications
Allow to opt out of call notifications
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 520c9f95e..c1ed2b1d3 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,