Skip to content

Commit

Permalink
[keyserver] Update NEXT_CODE_VERSION
Browse files Browse the repository at this point in the history
437 for `native`
  • Loading branch information
Ashoat committed Nov 7, 2024
1 parent b1a48f0 commit 119b4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shared/messages/multimedia-message-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {
} from '../../utils/message-ops-utils.js';
import { createMediaMessageInfo } from '../message-utils.js';
import { threadIsGroupChat } from '../thread-utils.js';
import { NEXT_CODE_VERSION, hasMinCodeVersion } from '../version-utils.js';
import { hasMinCodeVersion } from '../version-utils.js';

type MultimediaMessageSpec = MessageSpec<
MediaMessageData | ImagesMessageData,
Expand Down Expand Up @@ -253,7 +253,7 @@ export const multimediaMessageSpec: MultimediaMessageSpec = Object.freeze({
) {
return messageInfo;
}
if (hasMinCodeVersion(platformDetails, { native: NEXT_CODE_VERSION })) {
if (hasMinCodeVersion(platformDetails, { native: 437 })) {
return messageInfo;
}

Expand Down

0 comments on commit 119b4f4

Please sign in to comment.