Slow Mode WIP (#192): option position

This commit is contained in:
John Livingston
2024-02-14 09:26:01 +01:00
parent 9ed689b5f1
commit afbc78d0e6
3 changed files with 26 additions and 1 deletions

View File

@ -207,6 +207,7 @@ class ProsodyConfigContent {
this.muc.set('muc_room_default_history_length', 20)
this.muc.add('modules_enabled', 'muc_slow_mode')
this.muc.add('slow_mode_delay_form_position', 120)
}
useAnonymous (autoBanIP: boolean): void {