From e39057bda5d99c52c53926daa6a0af0a63c4d8d9 Mon Sep 17 00:00:00 2001 From: teidesu <86301490+teidesu@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:46:03 +0300 Subject: [PATCH] fix(file-id): bumped version todo: should we really enforce the version? tdlib uses current version from Version.h, but not every version there changes file id format (and v32 is fully compatible with v41 as far as im concerned) --- packages/file-id/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/file-id/src/types.ts b/packages/file-id/src/types.ts index 0ae7c2fa..1a9c114f 100644 --- a/packages/file-id/src/types.ts +++ b/packages/file-id/src/types.ts @@ -7,7 +7,7 @@ export namespace tdFileId { export const WEB_LOCATION_FLAG = 1 << 24 export const FILE_REFERENCE_FLAG = 1 << 25 - export const CURRENT_VERSION = 32 + export const CURRENT_VERSION = 41 /** * An error occurred while parsing or serializing a File ID