mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
Revert "m::create: Ensure m.room.join_rules event is created on spec preset rooms."
This reverts commit 0a2510bc89
.
This commit is contained in:
parent
163fda95e0
commit
3418f85a67
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ try
|
|||
"invite"
|
||||
};
|
||||
|
||||
if(join_rule != "invite" || spec_preset(preset)) try
|
||||
if(join_rule != "invite") try
|
||||
{
|
||||
send(room, creator, "m.room.join_rules", "",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue