Skip to content

Commit

Permalink
Fix PR element-hq#16677, a parameter was missing in a function call
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed Mar 27, 2024
1 parent 3490b9e commit baf424b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/handlers/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,7 @@ async def create_room(
room_alias=room_alias,
power_level_content_override=power_level_content_override,
creator_join_profile=creator_join_profile,
ignore_forced_encryption=ignore_forced_encryption,
)

# we avoid dropping the lock between invites, as otherwise joins can
Expand Down

0 comments on commit baf424b

Please sign in to comment.