// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PostDraft Should render the Archived for channelIsArchived 1`] = `
You are viewing an
archived channel
. New messages cannot be posted.
Close Channel
`;
exports[`PostDraft Should render the Archived for deactivatedChannel 1`] = `
You are viewing an
archived channel
. New messages cannot be posted.
Close Channel
`;
exports[`PostDraft Should render the DraftInput 1`] = `
`;
exports[`PostDraft Should render the ReadOnly for canPost 1`] = `
This channel is read-only.
`;
exports[`PostDraft Should render the ReadOnly for channelIsReadOnly 1`] = `
This channel is read-only.
`;