We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afd2b6f + 6e2a45c commit d8d3b2aCopy full SHA for d8d3b2a
lib/SyTest/Homeserver/Synapse.pm
@@ -251,6 +251,13 @@ sub start
251
media_store_path => "$hs_dir/media_store",
252
uploads_path => "$hs_dir/uploads_path",
253
254
+ # Both of these settings default to false in order to preserve privacy.
255
+ # Sytest assumes that the room directory is open to ensure that the
256
+ # open behaviour can be tested, and the default case is handled through
257
+ # unit tests.
258
+ allow_public_rooms_over_federation => "true",
259
+ allow_public_rooms_without_auth => "true",
260
+
261
user_agent_suffix => "homeserver[". $self->{hs_index} . "]",
262
263
require_membership_for_aliases => "false",
0 commit comments