feat: remove need for "serverHasPreKeys"

This commit is contained in:
Adhiraj Singh
2022-04-12 18:47:18 +05:30
parent 2cc5cc2dd4
commit 75c637cf6c
5 changed files with 33 additions and 14 deletions

View File

@@ -108,7 +108,6 @@ export const initAuthCreds = (): AuthenticationCreds => {
nextPreKeyId: 1,
firstUnuploadedPreKeyId: 1,
serverHasPreKeys: false,
accountSettings: {
unarchiveChats: false
}