Skip to content

Commit

Permalink
Fix PR #16677, a parameter was missing in a function call (#17033)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
  • Loading branch information
MatMaul and anoadragon453 committed Apr 9, 2024
1 parent d408784 commit e363881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17033.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix server notice rooms not always being created as unencrypted rooms, even when `encryption_enabled_by_default_for_room_type` is in use (server notices are always unencrypted).
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 e363881

Please sign in to comment.