Skip to content
Snippets Groups Projects
Commit a41f5a48 authored by Tom Käsler's avatar Tom Käsler
Browse files

Refresh local storage to be more responsive

parent 5ad5e4ff
No related merge requests found
......@@ -82,6 +82,7 @@ export class RoomCreatorPageComponent extends RoomPageComponent implements OnIni
}
this.moderationEnabled = settings.enableModeration;
localStorage.setItem('moderationEnabled', String(this.moderationEnabled));
}
resetThreshold(): void {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment