From 1921603ac4be758252a145162ef0647eff6fffec Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Oct 2021 09:46:44 +0200 Subject: Add a UI option to change the call setting Signed-off-by: Joas Schilling --- src/constants.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/constants.js') 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, -- cgit v1.2.3