mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 10:51:13 +02:00
When creating subspaces properly set restricted join rule
This commit is contained in:
parent
f19030bcfa
commit
f2b7981009
@ -79,7 +79,7 @@ const CreateSubspaceDialog: React.FC<IProps> = ({ space, onAddExistingSpaceClick
|
||||
}
|
||||
|
||||
try {
|
||||
await createSpace(name, joinRule === JoinRule.Public, alias, topic, avatar, {}, { parentSpace });
|
||||
await createSpace(name, joinRule === JoinRule.Public, alias, topic, avatar, {}, { parentSpace, joinRule });
|
||||
|
||||
onFinished(true);
|
||||
} catch (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user