feat: add "receivedInitialSync" connection update

This commit is contained in:
Adhiraj Singh
2022-08-19 10:48:27 +05:30
parent ebd92e0337
commit c76c2afa0c
5 changed files with 18 additions and 17 deletions

View File

@@ -128,6 +128,7 @@ export const initAuthCreds = (): AuthenticationCreds => {
processedHistoryMessages: [],
nextPreKeyId: 1,
firstUnuploadedPreKeyId: 1,
accountSyncCounter: 0,
accountSettings: {
unarchiveChats: false
}