Don't create private spaces with encryption enabled #3363
This commit is contained in:
parent
201f4c342a
commit
877a64fbce
|
@ -81,7 +81,6 @@ internal class DefaultSpaceService @Inject constructor(
|
|||
} else {
|
||||
this.preset = CreateRoomPreset.PRESET_PRIVATE_CHAT
|
||||
visibility = RoomDirectoryVisibility.PRIVATE
|
||||
enableEncryption()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue