mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-12 00:59:23 -04:00
Fix default power level for room creator
This commit is contained in:
parent
bbbd39b46d
commit
d0a50be89e
1 changed files with 1 additions and 1 deletions
|
@ -1184,7 +1184,7 @@ class RoomCreationHandler:
|
|||
events_to_send.append((power_event, power_context))
|
||||
else:
|
||||
power_level_content: JsonDict = {
|
||||
"users": {creator_id: 100},
|
||||
"users": {creator_id: 9001},
|
||||
"users_default": 0,
|
||||
"events": {
|
||||
EventTypes.Name: 50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue