lib/rubyfox/server/data/config/admin/descriptors/runtime_room.txt in rubyfox-server-2.17.3.2 vs lib/rubyfox/server/data/config/admin/descriptors/runtime_room.txt in rubyfox-server-2.19.2.0

- old
+ new

@@ -247,9 +247,20 @@ "type":"CheckBox", "value":{$BasicValue=room.allowOwnerInvitations}, "edit":true }, +// SUPPRESS USER LIST +{ + "name":"suppressUserList", + "label":"Suppress User List", + "tooltip":"If enabled the Room will neither send a list of Users when joining it, nor trigger update events when other Users enter or leave it", + "category":"Runtime Room Settings", + "type":"CheckBox", + "value":{$BasicValue=room.suppressUserList}, + "edit":false +}, + //------------------------------------------- // PERMISSIONS AND EVENTS //------------------------------------------- // PERMISSION AND EVENT FLAGS \ No newline at end of file