mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix handling of STICKER_PACK unknown records
This commit is contained in:
@@ -79,6 +79,7 @@ const validRecordTypes = new Set([
|
||||
3, // GROUPV2
|
||||
4, // ACCOUNT
|
||||
5, // STORY_DISTRIBUTION_LIST
|
||||
6, // STICKER_PACK
|
||||
]);
|
||||
|
||||
const backOff = new BackOff([
|
||||
|
||||
Reference in New Issue
Block a user