Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chatterbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
element-hq
Chatterbox
Commits
3d9d6da7
Commit
3d9d6da7
authored
2 years ago
by
RMidhunSuresh
Browse files
Options
Downloads
Patches
Plain Diff
Elaborate on what the option does
parent
2624d4d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/types/IChatterboxConfig.ts
+4
-1
4 additions, 1 deletion
src/types/IChatterboxConfig.ts
with
4 additions
and
1 deletion
src/types/IChatterboxConfig.ts
+
4
−
1
View file @
3d9d6da7
...
@@ -24,7 +24,10 @@ export interface IChatterboxConfig {
...
@@ -24,7 +24,10 @@ export interface IChatterboxConfig {
// This option takes precedence over 'auto_join_room'
// This option takes precedence over 'auto_join_room'
invite_user
:
string
;
invite_user
:
string
;
// If set to true, chatterbox will not let the user send any messages until the operator has joined
// If set to true, chatterbox will not let the user send any messages until the operator has joined
// Only applicable when invite_user is configured
// Only applicable when invite_user is configured
// The CB user is given a powerlevel that is low enough to prevent them from sending messages
// The invited user must bump the powerlevel for the CB user to 80 after they join
// The composer will be disabled until this happens!
disable_composer_until_operator_join
:
boolean
;
disable_composer_until_operator_join
:
boolean
;
// If set to true, the room created for DM is encrypted
// If set to true, the room created for DM is encrypted
encrypt_room
:
boolean
;
encrypt_room
:
boolean
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment