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-03-25 19:05:20 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-26 16:27:10 +0300
commit1e666027b393cb1da0e2400aa4b12faaaa1d95ca (patch)
tree1943c2b49101fcdb2d0ab217034e8d323ecde768 /src/constants.js
parent4ccc537c14a7659a42af6c616a78b8aef1e8ec3d (diff)
Show groups at the end and don't allow promoting
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 673ccb5c0..4028ca721 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -51,6 +51,7 @@ export const ATTENDEE = {
USERS: 'users',
GUESTS: 'guests',
EMAILS: 'emails',
+ GROUPS: 'groups',
},
}
export const PARTICIPANT = {