perf(reconnect): eliminate race condition between connection:open and offline message delivery
perf(reconnect): eliminate race condition between connection:open and offline message delivery
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import Long from 'long'
|
||||
import type { Readable } from 'stream'
|
||||
import type { URL } from 'url'
|
||||
import { proto } from '../../WAProto/index.js'
|
||||
@@ -30,7 +29,7 @@ export type WAMessageKey = proto.IMessageKey & {
|
||||
export type PlaceholderMessageData = {
|
||||
key: WAMessageKey
|
||||
pushName?: string | null
|
||||
messageTimestamp?: number | Long | null
|
||||
messageTimestamp?: WAMessage['messageTimestamp']
|
||||
participant?: string | null
|
||||
participantAlt?: string | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user