Task lists WIP:

* first shot for the pubsub module that will handle tasks.
This commit is contained in:
John Livingston
2024-05-01 16:23:40 +02:00
parent b308d82f16
commit 7608f7c14b
3 changed files with 308 additions and 0 deletions

View File

@ -208,6 +208,7 @@ class ProsodyConfigContent {
this.muc.set('muc_room_default_history_length', 20)
this.muc.add('modules_enabled', 'muc_slow_mode')
this.muc.add('modules_enabled', 'pubsub_peertubelivechat')
this.muc.add('slow_mode_duration_form_position', 120)
}