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-04-30 11:58:20 +0300
committerJoas Schilling <coding@schilljs.com>2021-04-30 11:58:20 +0300
commita8369575787160407791694fff1fc3cb2beb52b2 (patch)
treec30f86216427fbc4113a3f871fff6106ff201992 /src/constants.js
parent3aa8e604d117501fb20aba5669a22eb190069ef9 (diff)
Don't allow to moderate the bridge-bot and show a "(bot)" on it
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index 4028ca721..31025531a 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -53,6 +53,7 @@ export const ATTENDEE = {
EMAILS: 'emails',
GROUPS: 'groups',
},
+ BRIDGE_BOT_ID: 'bridge-bot',
}
export const PARTICIPANT = {
CALL_FLAG: {