// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`RoomView for a local room in state CREATING should match the snapshot 1`] = `
u
u
2
We're creating a room with @user:example.com
`;
exports[`RoomView for a local room in state ERROR should match the snapshot 1`] = `
u
u
2
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
u
2
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
u
2
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 !2:example.org?
!
Invited by
@bob:example.org
Accept
Decline
`;
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`] = `