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

@@ -41,7 +41,6 @@ export type AuthenticationCreds = SignalCreds & {
signalIdentities?: SignalIdentity[]
myAppStateKeyId?: string
firstUnuploadedPreKeyId: number
serverHasPreKeys: boolean
nextPreKeyId: number
lastAccountSyncTimestamp?: number