Set invite PL requirement for public spaces to 0 explicitly

pull/21833/head
Michael Telatynski 2021-03-24 16:42:21 +00:00
parent 31dd224cc9
commit f340b8f7ed
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ const SpaceCreateMenu = ({ onFinished }) => {
power_level_content_override: {
// Only allow Admins to write to the timeline to prevent hidden sync spam
events_default: 100,
...Visibility.Public ? { invite: 0 } : {},
},
},
spinner: false,