element-hq / element-hq/chatterbox

Create room with customized power levels.

Open
#99 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
181
Forks
25
PR merge metrics
No merged PRs in 30d

Description

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

```json
"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
}
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the config.json handling and the room-creation entry point, then trace how the initial_state.power_levels values are read. Done means rooms are created using the configured default and per-event power levels, with the existing room-creation checks still passing.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.