Slow mode WIP (#192):
* default delay is configurable in channel's chat rooms options.
This commit is contained in:
@ -9,6 +9,25 @@
|
||||
</h1>
|
||||
<p>{{description}}</p>
|
||||
<form livechat-configuration-channel-options role="form">
|
||||
<div class="row mt-3">
|
||||
<div class="col-12 col-lg-4 col-xl-3">
|
||||
<h2>{{defaultSlowModeLabel}}</h2>
|
||||
<p>{{{defaultSlowModeDesc}}}</p>
|
||||
</div>
|
||||
<div class="col-12 col-lg-8 col-xl-9">
|
||||
<div class="form-group">
|
||||
<label>
|
||||
<input
|
||||
type="number"
|
||||
name="slow_mode_default_delay"
|
||||
min="0"
|
||||
max="1000"
|
||||
id="peertube-livechat-slow-mode-default-delay"
|
||||
value="{{channelConfiguration.configuration.slowMode.defaultDelay}}"
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-3">
|
||||
<div class="col-12 col-lg-4 col-xl-3">
|
||||
<h2>{{botOptions}}</h2>
|
||||
|
Reference in New Issue
Block a user