Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jul 8, 2022
1 parent bc9ca1f commit c0ca310
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion synapse/handlers/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,12 @@ async def create_room(
# override any attempt to set room versions via the creation_content
creation_content["room_version"] = room_version.identifier

last_stream_id, last_sent_event_id, state_event_ids, depth = await self._send_events_for_new_room(
(
last_stream_id,
last_sent_event_id,
state_event_ids,
depth,
) = await self._send_events_for_new_room(
requester,
room_id,
preset_config=preset_config,
Expand Down

0 comments on commit c0ca310

Please sign in to comment.