Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions src/common/ServerCompatBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ import { dismissCompatNotice } from '../session/sessionActions';
import ZulipTextButton from './ZulipTextButton';
import { openLinkWithUserPreference } from '../utils/openLink';

// In fact the oldest version we currently support is 2.1.0, per our docs:
// https://zulip.readthedocs.io/en/4.2/overview/release-lifecycle.html
// For now we only show this banner for servers older than 2.0.0, though,
// in order to phase that in gradually.
const minSupportedVersion = '2.0.0';
// The oldest version we currently support. Should match what we say at
// https://zulip.readthedocs.io/en/stable/overview/release-lifecycle.html#compatibility-and-upgrading.
const minSupportedVersion = '2.1.0';

const styles = createStyleSheet({
wrapper: {
Expand Down