// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[` for a private room should create a private room 1`] = ` Create a private room Name Topic (optional) Private room (invite only) Only people invited will be able to find and join this room. You can change this at any time from room settings. Enable end-to-end encryption You can't disable this later. Bridges & most bots won't work yet. Show advanced Block anyone not part of server.org from ever joining this room. You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later. Cancel Create room `; exports[` for a private room should render not the advanced options when UI.advancedSettings is disabled 1`] = ` Create a private room Name Topic (optional) Private room (invite only) Only people invited will be able to find and join this room. You can change this at any time from room settings. Enable end-to-end encryption You can't disable this later. Bridges & most bots won't work yet. Encrypt state events Enables experimental support for encrypting state events, which hides metadata such as room names and topics from the server. This metadata will also be hidden from people joining rooms later, and people whose clients do not support MSC4362. Cancel Create room `; exports[` for a private room when the state encryption labs flag is on should turn on state encryption when toggled 1`] = ` Create a private room Name Topic (optional) Private room (invite only) Only people invited will be able to find and join this room. You can change this at any time from room settings. Enable end-to-end encryption You can't disable this later. Bridges & most bots won't work yet. Encrypt state events Enables experimental support for encrypting state events, which hides metadata such as room names and topics from the server. This metadata will also be hidden from people joining rooms later, and people whose clients do not support MSC4362. Cancel Create room `;
Only people invited will be able to find and join this room. You can change this at any time from room settings.