Skip to content

Commit

Permalink
Merge pull request #751 from matrix-org/neilj/privacy_by_default_room…
Browse files Browse the repository at this point in the history
…_dir

Change room directly access defaults
  • Loading branch information
neilisfragile committed Dec 4, 2019
2 parents afd2b6f + 6e2a45c commit d8d3b2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,13 @@ sub start
media_store_path => "$hs_dir/media_store",
uploads_path => "$hs_dir/uploads_path",

# Both of these settings default to false in order to preserve privacy.
# Sytest assumes that the room directory is open to ensure that the
# open behaviour can be tested, and the default case is handled through
# unit tests.
allow_public_rooms_over_federation => "true",
allow_public_rooms_without_auth => "true",

user_agent_suffix => "homeserver[". $self->{hs_index} . "]",

require_membership_for_aliases => "false",
Expand Down

0 comments on commit d8d3b2a

Please sign in to comment.