mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 04:54:57 -04:00
Don't set a 'default' key in the creation event
This commit is contained in:
parent
8b69468e5f
commit
48142a01dd
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ class RoomCreationHandler(BaseRoomHandler):
|
|||
creation_event = create(
|
||||
etype=RoomCreateEvent.TYPE,
|
||||
creator=creator.to_string(),
|
||||
default=0,
|
||||
)
|
||||
|
||||
power_levels_event = self.event_factory.create_event(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue