Slow Mode WIP (#192):

* frontend: display an infobox when slow mode is active (WIP)
This commit is contained in:
John Livingston
2024-02-16 14:34:34 +01:00
parent 9efd53b2a7
commit 1e876ec43c
7 changed files with 70 additions and 2 deletions

View File

@ -8,6 +8,7 @@
* 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.
* backend rejects messages when the slow mode is not respected.
* frontend: display an infobox when slow mode is active.
### Minor changes and fixes