store: remove built-in store

This commit is contained in:
Rajeh Taher
2025-03-10 17:35:46 +02:00
parent 1c2af09b03
commit 64d09c70b4
7 changed files with 11 additions and 726 deletions

View File

@@ -6,7 +6,6 @@ import { proto } from '../../WAProto'
import { version as baileysVersion } from '../Defaults/baileys-version.json'
import { BaileysEventEmitter, BaileysEventMap, BrowsersMap, ConnectionState, DisconnectReason, WACallUpdateType, WAVersion } from '../Types'
import { BinaryNode, getAllBinaryNodeChildren, jidDecode } from '../WABinary'
import { ILogger } from './logger'
const PLATFORM_MAP = {
'aix': 'AIX',