Set invite PL requirement for public spaces to 0 explicitly
This commit is contained in:
@@ -88,6 +88,7 @@ const SpaceCreateMenu = ({ onFinished }) => {
|
|||||||
power_level_content_override: {
|
power_level_content_override: {
|
||||||
// Only allow Admins to write to the timeline to prevent hidden sync spam
|
// Only allow Admins to write to the timeline to prevent hidden sync spam
|
||||||
events_default: 100,
|
events_default: 100,
|
||||||
|
...Visibility.Public ? { invite: 0 } : {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
spinner: false,
|
spinner: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user