mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Don't set a 'default' key in the creation event
This commit is contained in:
parent
8b69468e5f
commit
48142a01dd
@ -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…
Reference in New Issue
Block a user