element-hq / chatterbox

Chatterbox lets you securely embed Hydrogen on any website!
Apache License 2.0
172 stars 21 forks source link

Create room with customized power levels. #99

Open bramenn opened 1 year ago

bramenn commented 1 year ago

The config.json will have a section called initial state that contains the power levels at which the rooms will be created.

"initial_state": {
        "power_levels": {
          "events_default": 0,
          "users_default": 0,
          "state_default": 50,
          "events": {
            "m.room.avatar": 0,
            "m.room.name": 0,
            "m.room.topic": 0,
            "m.room.message": 0
          }
        }
      }