Use stable prefixes MSC3827 (#9092)
This commit is contained in:
parent
0357b4f0dc
commit
8379f5624e
4 changed files with 8 additions and 8 deletions
|
@ -52,9 +52,9 @@ export const createSpace = async (
|
|||
createOpts: {
|
||||
name,
|
||||
preset: isPublic ? Preset.PublicChat : Preset.PrivateChat,
|
||||
visibility: (isPublic && await MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc3827"))
|
||||
? Visibility.Public
|
||||
: Visibility.Private,
|
||||
visibility: (
|
||||
isPublic && await MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc3827.stable")
|
||||
) ? Visibility.Public : Visibility.Private,
|
||||
power_level_content_override: {
|
||||
// Only allow Admins to write to the timeline to prevent hidden sync spam
|
||||
events_default: 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue