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.
1 parent fb1def5 commit ead19fbCopy full SHA for ead19fb
1 file changed
scripts/seed-homeserver.sh
@@ -223,7 +223,7 @@ create_room() {
223
\"topic\": \"${topic}\",
224
\"room_alias_name\": \"${alias}\",
225
\"preset\": \"${preset}\",
226
- \"visibility\": \"private\",
+ \"visibility\": \"public\",
227
\"initial_state\": [
228
{
229
\"type\": \"m.room.history_visibility\",
@@ -266,7 +266,7 @@ create_space() {
266
267
\"creation_content\": {\"type\": \"m.space\"},
268
\"preset\": \"private_chat\",
269
270
271
272
\"type\": \"m.room.join_rules\",
0 commit comments