mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: (hopefully) correctly implement account timestamp sync
This commit is contained in:
@@ -39,6 +39,8 @@ export type AuthenticationCreds = SignalCreds & {
|
||||
firstUnuploadedPreKeyId: number
|
||||
serverHasPreKeys: boolean
|
||||
nextPreKeyId: number
|
||||
|
||||
lastAccountSyncTimestamp?: number
|
||||
}
|
||||
|
||||
type Awaitable<T> = T | Promise<T>
|
||||
|
||||
Reference in New Issue
Block a user