mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:34:47 -04:00
Add canonical alias to the default power levels
This commit is contained in:
parent
40da1f200d
commit
d7272f8d9d
2 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
EventTypes.Name: 100,
|
||||
EventTypes.PowerLevels: 100,
|
||||
EventTypes.RoomHistoryVisibility: 100,
|
||||
EventTypes.CanonicalAlias: 100,
|
||||
},
|
||||
"events_default": 0,
|
||||
"state_default": 50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue