diff --git a/react/features/old-client-notification/functions.js b/react/features/old-client-notification/functions.js index 9c4be0beb..07a85e221 100644 --- a/react/features/old-client-notification/functions.js +++ b/react/features/old-client-notification/functions.js @@ -20,7 +20,7 @@ export function isOldJitsiMeetElectronApp() { const majorVersion = Number(match[3]); - if (isNaN(majorVersion) || majorVersion >= 2) { + if (isNaN(majorVersion) || majorVersion >= 2022) { return false; }