<>
{contentState === ContentState.COLLECTION && activeConversation && (
)}
{contentState === ContentState.PREFERENCES_ABOUT && (
)}
{contentState === ContentState.PREFERENCES_ACCOUNT && (
)}
{contentState === ContentState.PREFERENCES_AV && (
)}
{contentState === ContentState.PREFERENCES_DEVICES && (
repositories.message.resetSession(userId, device.id, conversation)
}
selfUser={selfUser}
verifyDevice={(userId, device, verified) =>
repositories.client.verifyClient(userId, device, verified)
}
/>
)}
{contentState === ContentState.PREFERENCES_OPTIONS && (
)}
{contentState === ContentState.WATERMARK && (
)}
{contentState === ContentState.CONNECTION_REQUESTS && (
)}
{contentState === ContentState.CONVERSATION && (
)}
{contentState === ContentState.HISTORY_EXPORT && (
)}
{contentState === ContentState.HISTORY_IMPORT && uploadedFile && (
)}
>