mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Allow anyone to publish rooms (#971)
* Allow anyone to publish rooms * Formatting and unused var * Review comments
This commit is contained in:
parent
3c2e6f967b
commit
0d116d9222
2 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ func InitialPowerLevelsContent(roomCreator string) (c gomatrixserverlib.PowerLev
|
|||
"m.room.history_visibility": 100,
|
||||
"m.room.canonical_alias": 50,
|
||||
"m.room.avatar": 50,
|
||||
"m.room.aliases": 0, // anyone can publish aliases by default. Has to be 0 else state_default is used.
|
||||
}
|
||||
c.Users = map[string]int64{roomCreator: 100}
|
||||
return c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue