Slow Mode WIP (#192):

* front-end: disable the message field during the slow mode duration.
This commit is contained in:
John Livingston
2024-02-16 16:59:28 +01:00
parent 5828cdeea4
commit 7d13f567d4
2 changed files with 38 additions and 3 deletions

View File

@ -8,7 +8,8 @@
* 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.
* front-end: display an infobox when slow mode is active.
* front-end: disable the message field during the slow mode duration.
### Minor changes and fixes