mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 02:44:50 -04:00
Remove double indentation
This commit is contained in:
parent
257fa1c53e
commit
ecd0c0dfc5
1 changed files with 6 additions and 7 deletions
|
@ -272,8 +272,7 @@ class RoomCreationHandler(BaseHandler):
|
||||||
|
|
||||||
returned_events.append(power_levels_event)
|
returned_events.append(power_levels_event)
|
||||||
|
|
||||||
if room_alias:
|
if room_alias and (EventTypes.CanonicalAlias, '') not in initial_state:
|
||||||
if (EventTypes.CanonicalAlias, '') not in initial_state:
|
|
||||||
room_alias_event = create(
|
room_alias_event = create(
|
||||||
etype=EventTypes.CanonicalAlias,
|
etype=EventTypes.CanonicalAlias,
|
||||||
content={"alias": room_alias.to_string()},
|
content={"alias": room_alias.to_string()},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue