Skip to content

Commit

Permalink
[keyserver] Update NEXT_CODE_VERSION
Browse files Browse the repository at this point in the history
393 for `native`, 115 for `web`, and 14 for `majorDesktop`
  • Loading branch information
Ashoat committed Sep 16, 2024
1 parent 7c70179 commit d61b08c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions lib/push/send-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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,
}),
),
};
Expand Down

0 comments on commit d61b08c

Please sign in to comment.