diff --git a/lib/push/send-utils.js b/lib/push/send-utils.js index 7ad680c30a..76765ecf91 100644 --- a/lib/push/send-utils.js +++ b/lib/push/send-utils.js @@ -38,10 +38,7 @@ import { isMemberActive, threadInfoFromRawThreadInfo, } from '../shared/thread-utils.js'; -import { - NEXT_CODE_VERSION, - hasMinCodeVersion, -} from '../shared/version-utils.js'; +import { hasMinCodeVersion } from '../shared/version-utils.js'; import type { AuxUserInfos } from '../types/aux-user-types.js'; import type { PlatformDetails, Platform } from '../types/device-types.js'; import { @@ -1008,9 +1005,9 @@ function filterDevicesSupportingDMNotifs< ...devicesContainer, devices: devicesContainer.devices.filter(({ platformDetails }) => hasMinCodeVersion(platformDetails, { - native: NEXT_CODE_VERSION, - web: NEXT_CODE_VERSION, - majorDesktop: NEXT_CODE_VERSION, + native: 393, + web: 115, + majorDesktop: 14, }), ), };