Skip to content

Commit ead19fb

Browse files
committed
Create rooms in the seed server as public by default
1 parent fb1def5 commit ead19fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/seed-homeserver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ create_room() {
223223
\"topic\": \"${topic}\",
224224
\"room_alias_name\": \"${alias}\",
225225
\"preset\": \"${preset}\",
226-
\"visibility\": \"private\",
226+
\"visibility\": \"public\",
227227
\"initial_state\": [
228228
{
229229
\"type\": \"m.room.history_visibility\",
@@ -266,7 +266,7 @@ create_space() {
266266
\"room_alias_name\": \"${alias}\",
267267
\"creation_content\": {\"type\": \"m.space\"},
268268
\"preset\": \"private_chat\",
269-
\"visibility\": \"private\",
269+
\"visibility\": \"public\",
270270
\"initial_state\": [
271271
{
272272
\"type\": \"m.room.join_rules\",

0 commit comments

Comments
 (0)