diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index ee40c33..ce3e87f 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -915,7 +915,7 @@ export const makeChatsSocket = (config: SocketConfig) => { // if we don't have the app state key // we keep buffering events until we finally have // the key and can sync the messages - if(!authState.creds?.myAppStateKeyId) { + if(!authState.creds?.myAppStateKeyId && !config.mobile) { ev.buffer() needToFlushWithAppStateSync = true }