mod_muc_moderation

This commit is contained in:
John Livingston
2021-05-11 16:49:49 +02:00
parent a602c7870a
commit 236a9301bc
5 changed files with 161 additions and 1 deletions

View File

@ -6,6 +6,7 @@
* Builtin prosody use a working dir provided by Peertube (needs Peertube >= 3.2.0)
* Starting with Peertube 3.2.0, builtin prosody save room history on server. So when a user connects, he can get previously send messages.
* Starting with Peertube 3.2.0, builtin prosody also activate mod_muc_moderation, enabling moderators to moderate messages. NB: unfortunately it requires Prosody>=0.11.8, which is not released yet (ability to change overwrite old messages on internal storages).
### Fixes