// 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. 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.