From d0264c844fcd3989d7f78a38437befbda7ce0776 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 16 Aug 2022 00:05:09 -0700 Subject: [PATCH] Fix handling of STICKER_PACK unknown records --- ts/services/storage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/services/storage.ts b/ts/services/storage.ts index 4216edb08..a0a706e69 100644 --- a/ts/services/storage.ts +++ b/ts/services/storage.ts @@ -79,6 +79,7 @@ const validRecordTypes = new Set([ 3, // GROUPV2 4, // ACCOUNT 5, // STORY_DISTRIBUTION_LIST + 6, // STICKER_PACK ]); const backOff = new BackOff([