Slow mode WIP (#192):

* new option in room configuration to set the slow mode delay (new prosody module mod_muc_slow_mode).
This commit is contained in:
John Livingston
2024-02-13 11:26:29 +01:00
parent f8647872d5
commit ee71d3f729
4 changed files with 76 additions and 0 deletions

View File

@ -2,6 +2,11 @@
## 8.3.0 (Not Released Yet)
### New features
* Slow mode (#192):
* new option in room configuration to set the slow mode delay (new prosody module mod_muc_slow_mode).
### Minor changes and fixes
* Fix ConverseJS build: translations were missing, and only english was available.