// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`RoomView for a local room in state CREATING should match the snapshot 1`] = `
u
We're creating a room with @user:example.com
`;
exports[`RoomView for a local room in state ERROR should match the snapshot 1`] = `
u
End-to-end encryption isn't enabled
Your private messages are normally encrypted, but this room isn't. Usually this is due to an unsupported device or method being used, like email invites.
@user:example.com
Send your first message to invite
@user:example.com
to chat
!
Some of your messages have not been sent
Retry
`;
exports[`RoomView for a local room in state NEW should match the snapshot 1`] = `
u
End-to-end encryption isn't enabled
Your private messages are normally encrypted, but this room isn't. Usually this is due to an unsupported device or method being used, like email invites.
@user:example.com
Send your first message to invite
@user:example.com
to chat
`;
exports[`RoomView for a local room in state NEW that is encrypted should match the snapshot 1`] = `
u
Encryption enabled
Messages in this chat will be end-to-end encrypted.
@user:example.com
Send your first message to invite
@user:example.com
to chat
`;
exports[`RoomView invites renders an invite room 1`] = `
Do you want to join !roomviewinvitesrendersaninviteroom:example.org?
!
Invited by
@bob:example.org
Accept
Decline
`;
exports[`RoomView should hide the composer when hideComposer=true 1`] = `
0
`;
exports[`RoomView should hide the header when hideHeader=true 1`] = `
`;
exports[`RoomView should hide the pinned message banner when hidePinnedMessageBanner=true 1`] = `
0
`;
exports[`RoomView should hide the right panel when hideRightPanel=true 1`] = `
0
`;
exports[`RoomView should not display the timeline when the room encryption is loading 1`] = `
0
`;
exports[`RoomView should not display the timeline when the room encryption is loading 2`] = `
0
`;
exports[`RoomView should show error view if failed to look up room alias 1`] = `
#addy:server does not exist.
Are you sure you're at the right place?
`;
exports[`RoomView video rooms should render joined video room view 1`] = `