Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create room with customized power levels. #99

Open
bramenn opened this issue Dec 6, 2022 · 0 comments
Open

Create room with customized power levels. #99

bramenn opened this issue Dec 6, 2022 · 0 comments

Comments

@bramenn
Copy link

bramenn commented Dec 6, 2022

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
          }
        }
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant