Possibility to encrypt new rooms

Change-Id: Ie415a0f8ecec646510ac8f2f0adca58064e30da5
This commit is contained in:
Michael Albert
2020-05-25 09:32:47 +02:00
parent ab649fbf70
commit 07862591fd
4 changed files with 11 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ export const RoomCreate = props => (
placeholder="#"
/>
<BooleanInput source="public" label="synapseadmin.rooms.make_public" />
<BooleanInput source="encrypt" initialValue={true} label="synapseadmin.rooms.encrypt" />
</FormTab>
<FormTab
label="resources.rooms.fields.invite_members"