* changing delay by duration for slow mode options
* better labels
This commit is contained in:
John Livingston
2024-02-16 15:16:44 +01:00
parent 1e876ec43c
commit 3d9237624d
13 changed files with 60 additions and 57 deletions

View File

@ -5,8 +5,8 @@
### New features
* Slow mode (#192):
* new option in room configuration to set the slow mode delay (new prosody module mod_muc_slow_mode).
* default delay is configurable in channel's chat rooms options.
* new option in room configuration to set the slow mode duration (new prosody module mod_muc_slow_mode).
* default duration is configurable in channel's chat rooms options.
* backend rejects messages when the slow mode is not respected.
* frontend: display an infobox when slow mode is active.